All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
VectorsAsProperty.h
Go to the documentation of this file.
1 // $Id: $
2 // ============================================================================
3 #ifndef GAUDIKERNEL_VCTPARSERS_H
4 #define GAUDIKERNEL_VCTPARSERS_H 1
5 // ============================================================================
6 // Include files
7 // ============================================================================
8 // STD & STL
9 // ============================================================================
10 #include <string>
11 #include <vector>
12 #include <map>
13 // ============================================================================
14 #include "GaudiKernel/StatusCode.h"
19 // ============================================================================
30 // ============================================================================
31 namespace Gaudi
32 {
33  // ==========================================================================
34  namespace Parsers
35  {
36  // ========================================================================
73  ( Gaudi::XYZPoint& result ,
74  const std::string& input ) ;
75  // ========================================================================
112  ( Gaudi::XYZVector& result ,
113  const std::string& input ) ;
114  // ========================================================================
184  ( Gaudi::LorentzVector& result ,
185  const std::string& input ) ;
186  // ========================================================================
194  ( std::vector<Gaudi::XYZPoint>& result ,
195  const std::string& input ) ;
196  // ========================================================================
204  ( std::vector<Gaudi::XYZVector>& result ,
205  const std::string& input ) ;
206  // ========================================================================
214  ( std::vector<Gaudi::LorentzVector>& result ,
215  const std::string& input ) ;
216  // ========================================================================
217  } // end of namespace Gaudi::Parsers
218  // ==========================================================================
219 } // end of namespace Gaudi
220 // ============================================================================
221 namespace Gaudi
222 {
223  // =========================================================================
224  namespace Utils
225  {
226  // ========================================================================
228  GAUDI_API std::ostream& toStream
229  ( const Gaudi::XYZPoint& obj, std::ostream& s ) ;
231  GAUDI_API std::ostream& toStream
232  ( const Gaudi::XYZVector& obj, std::ostream& s ) ;
234  GAUDI_API std::ostream& toStream
235  ( const Gaudi::LorentzVector& obj, std::ostream& s ) ;
236  // ========================================================================
237  } // end of namespace Gaudi::Utils
238  // ==========================================================================
239 } // end of namespace Gaudi
240 // ============================================================================
241 // The END
242 // ============================================================================
243 #endif // GAUDIKERNEL_VCTPARSERS_H
244 // ============================================================================
4 vector typedefs
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
Definition: ToStream.h:341
3D point typedefs
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:30
3D vector typedefs
string s
Definition: gaudirun.py:210
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:34
4D point typedefs
This is a number of static methods for bootstrapping the Gaudi framework.
Definition: Bootstrap.h:15
#define GAUDI_API
Definition: Kernel.h:108