1 #ifndef GAUDIUTILS_HISTOXML_H 2 #define GAUDIUTILS_HISTOXML_H 1 85 (
const TProfile& histo ,
95 (
const TProfile2D& histo ,
103 (
const AIDA::IHistogram1D& histo ,
111 (
const AIDA::IHistogram2D& histo ,
119 (
const AIDA::IHistogram3D& histo ,
127 (
const AIDA::IProfile1D& histo ,
137 (
const TH1F& histo ,
147 (
const TH2F& histo ,
157 (
const TH3F& histo ,
165 (
const AIDA::IProfile2D& histo ,
226 ( TProfile2D& result ,
const std::string& input ) ;
322 ( TProfile2D*& result ,
const std::string& input ) ;
334 ( AIDA::IHistogram1D& result ,
const std::string& input ) ;
346 ( AIDA::IHistogram2D& result ,
const std::string& input ) ;
358 ( AIDA::IHistogram3D& result ,
const std::string& input ) ;
370 ( AIDA::IProfile1D& result ,
const std::string& input ) ;
382 ( AIDA::IProfile2D& result ,
const std::string& input ) ;
392 #endif // GAUDIUTILS_HISTOXML_H helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API StatusCode fromXml(AIDA::IProfile2D &result, const std::string &input)
parse the histogram from standard ROOT XML
This class is used for returning status codes from appropriate routines.
GAUDI_API std::ostream & toXml(const AIDA::IProfile2D &histo, std::ostream &stream)
stream the AIDA histogram into the output stream as XML
Helper functions to set/get the application return code.