The Gaudi Framework  v30r3 (a5ef0a68)
VectorsAsProperty.h
Go to the documentation of this file.
1 #ifndef GAUDIKERNEL_VCTPARSERS_H
2 #define GAUDIKERNEL_VCTPARSERS_H 1
3 // ============================================================================
4 // Include files
5 // ============================================================================
6 // STD & STL
7 // ============================================================================
8 #include <map>
9 #include <string>
10 #include <vector>
11 // ============================================================================
14 #include "GaudiKernel/StatusCode.h"
17 // ============================================================================
28 // ============================================================================
29 namespace Gaudi
30 {
31  // ==========================================================================
32  namespace Parsers
33  {
34  // ========================================================================
70  GAUDI_API StatusCode parse( Gaudi::XYZPoint& result, const std::string& input );
71  // ========================================================================
107  GAUDI_API StatusCode parse( Gaudi::XYZVector& result, const std::string& input );
108  // ========================================================================
177  GAUDI_API StatusCode parse( Gaudi::LorentzVector& result, const std::string& input );
178  // ========================================================================
186  // ========================================================================
194  // ========================================================================
202  // ========================================================================
203  } // end of namespace Gaudi::Parsers
204  // ==========================================================================
205 } // end of namespace Gaudi
206 // ============================================================================
207 namespace Gaudi
208 {
209  // =========================================================================
210  namespace Utils
211  {
212  // ========================================================================
219  // ========================================================================
220  } // end of namespace Gaudi::Utils
221  // ==========================================================================
222 } // end of namespace Gaudi
223 // ============================================================================
224 // The END
225 // ============================================================================
226 #endif // GAUDIKERNEL_VCTPARSERS_H
227 // ============================================================================
4 vector typedefs
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
STL class.
3D point typedefs
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:51
std::ostream & toStream(const DataObjID &d, std::ostream &os)
Definition: DataObjID.cpp:92
STL class.
3D vector typedefs
string s
Definition: gaudirun.py:253
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:31
4D point typedefs
#define GAUDI_API
Definition: Kernel.h:104
STL class.
Helper functions to set/get the application return code.
Definition: __init__.py:1