47 GAUDI_API StatusCode
parse( TH1D& result, std::string_view input );
54 GAUDI_API StatusCode
parse( TH2D& result, std::string_view input );
61 GAUDI_API StatusCode
parse( TH3D& result, std::string_view input );
68 GAUDI_API StatusCode
parse( TH1F& result, std::string_view input );
75 GAUDI_API StatusCode
parse( TH2F& result, std::string_view input );
82 GAUDI_API StatusCode
parse( TH3F& result, std::string_view input );
89 GAUDI_API StatusCode
parse( AIDA::IHistogram1D& result, std::string_view input );
96 GAUDI_API StatusCode
parse( AIDA::IHistogram2D& result, std::string_view input );
103 GAUDI_API StatusCode
parse( AIDA::IHistogram3D& result, std::string_view input );
110 GAUDI_API StatusCode
parse( TH1D*& result, std::string_view input );
117 GAUDI_API StatusCode
parse( TH2D*& result, std::string_view input );
124 GAUDI_API StatusCode
parse( TH3D*& result, std::string_view input );
StatusCode parse(GaudiUtils::HashMap< K, V > &result, std::string_view input)
Basic parser for the types of HashMap used in DODBasicMapper.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...