1 #ifndef GAUDIUTILS_HISTOPARSERS_H
2 #define GAUDIUTILS_HISTOPARSERS_H 1
39 ( TH1D& result ,
const std::string& input ) ;
47 ( TH2D& result ,
const std::string& input ) ;
55 ( TH1F& result ,
const std::string& input ) ;
63 ( TH2F& result ,
const std::string& input ) ;
71 ( AIDA::IHistogram1D& result ,
const std::string& input ) ;
79 ( AIDA::IHistogram2D& result ,
const std::string& input ) ;
87 ( TH1D*& result ,
const std::string& input ) ;
95 ( TH2D*& result ,
const std::string& input ) ;
103 #endif // GAUDIUTILS_HISTOPARSERS_H
StatusCode parse(GaudiUtils::HashMap< K, V > &result, const std::string &input)
Basic parser for the types of HashMap used in DODBasicMapper.
This class is used for returning status codes from appropriate routines.
This is a number of static methods for bootstrapping the Gaudi framework.