1 #ifndef GAUDIKERNEL_VCTPARSERS_H
2 #define GAUDIKERNEL_VCTPARSERS_H 1
12 #include "GaudiKernel/StatusCode.h"
13 #include "GaudiKernel/Point3DTypes.h"
14 #include "GaudiKernel/Point4DTypes.h"
15 #include "GaudiKernel/Vector3DTypes.h"
16 #include "GaudiKernel/Vector4DTypes.h"
72 const std::string& input ) ;
111 const std::string& input ) ;
183 const std::string& input ) ;
192 ( std::vector<Gaudi::XYZPoint>& result ,
193 const std::string& input ) ;
202 ( std::vector<Gaudi::XYZVector>& result ,
203 const std::string& input ) ;
212 ( std::vector<Gaudi::LorentzVector>& result ,
213 const std::string& input ) ;
241 #endif // GAUDIKERNEL_VCTPARSERS_H
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
This class is used for returning status codes from appropriate routines.
ROOT::Math::PxPyPzEVector LorentzVector
Cartesian 4 Vector.
Helper functions to set/get the application return code.