69 GAUDI_API StatusCode
parse( Gaudi::XYZPoint& result, std::string_view input );
105 GAUDI_API StatusCode
parse( Gaudi::XYZVector& result, std::string_view input );
174 GAUDI_API StatusCode
parse( Gaudi::LorentzVector& result, std::string_view input );
181 GAUDI_API StatusCode
parse( std::vector<Gaudi::XYZPoint>& result, std::string_view input );
188 GAUDI_API StatusCode
parse( std::vector<Gaudi::XYZVector>& result, std::string_view input );
195 GAUDI_API StatusCode
parse( std::vector<Gaudi::LorentzVector>& result, std::string_view input );
203 GAUDI_API std::ostream&
toStream(
const Gaudi::XYZVector& obj, std::ostream& s );
205 GAUDI_API std::ostream&
toStream(
const Gaudi::LorentzVector& obj, std::ostream& s );
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view 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 file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...