1 #ifndef GAUDIUTILS_HISTOSTRINGS_H 2 #define GAUDIUTILS_HISTOSTRINGS_H 1 66 const bool asXML =
false ) ;
77 const bool asXML =
false ) ;
87 (
const AIDA::IHistogram1D& histo ,
88 const bool asXML =
false ) ;
98 (
const AIDA::IHistogram2D& histo ,
99 const bool asXML =
false ) ;
115 ( AIDA::IHistogram1D& result ,
const std::string& input ) ;
131 ( AIDA::IHistogram2D& result ,
const std::string& input ) ;
154 ( TProfile2D& result ,
const std::string& input ) ;
157 ( AIDA::IHistogram1D& result ,
const std::string& input ) ;
159 ( AIDA::IHistogram2D& result ,
const std::string& input ) ;
161 ( AIDA::IHistogram3D& result ,
const std::string& input ) ;
163 ( AIDA::IProfile1D& result ,
const std::string& input ) ;
165 ( AIDA::IProfile2D& result ,
const std::string& input ) ;
177 #endif // GAUDIUTILS_HISTOSTRINGS_H helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API StatusCode fromXml(TH1D &result, const std::string &input)
parse the histogram from standard ROOT XML
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
This class is used for returning status codes from appropriate routines.
GAUDI_API std::ostream & toXml(const TH1D &histo, std::ostream &stream)
stream the ROOT histogram into output stream as XML
Helper class to produce "good" dictionaries.
Helper functions to set/get the application return code.