Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  v31r0 (aeb156f0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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  namespace Parsers {
32  // ========================================================================
68  GAUDI_API StatusCode parse( Gaudi::XYZPoint& result, const std::string& input );
69  // ========================================================================
105  GAUDI_API StatusCode parse( Gaudi::XYZVector& result, const std::string& input );
106  // ========================================================================
175  GAUDI_API StatusCode parse( Gaudi::LorentzVector& result, const std::string& input );
176  // ========================================================================
184  // ========================================================================
192  // ========================================================================
200  // ========================================================================
201  } // namespace Parsers
202  // ==========================================================================
203 } // end of namespace Gaudi
204 // ============================================================================
205 namespace Gaudi {
206  // =========================================================================
207  namespace Utils {
208  // ========================================================================
215  // ========================================================================
216  } // namespace Utils
217  // ==========================================================================
218 } // end of namespace Gaudi
219 // ============================================================================
220 // The END
221 // ============================================================================
222 #endif // GAUDIKERNEL_VCTPARSERS_H
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:50
std::ostream & toStream(const DataObjID &d, std::ostream &os)
Definition: DataObjID.cpp:82
STL class.
3D vector typedefs
string s
Definition: gaudirun.py:312
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Definition: Vector4DTypes.h:30
4D point typedefs
#define GAUDI_API
Definition: Kernel.h:71
STL class.
Helper functions to set/get the application return code.
Definition: __init__.py:1