1 #ifndef GAUDIUTILS_HISTOXML_H
2 #define GAUDIUTILS_HISTOXML_H 1
56 std::ostream& stream ) ;
66 std::ostream& stream ) ;
76 std::ostream& stream ) ;
85 (
const TProfile& histo ,
86 std::ostream& stream ) ;
95 (
const TProfile2D& histo ,
96 std::ostream& stream ) ;
103 (
const AIDA::IHistogram1D& histo ,
104 std::ostream& stream ) ;
111 (
const AIDA::IHistogram2D& histo ,
112 std::ostream& stream ) ;
119 (
const AIDA::IHistogram3D& histo ,
120 std::ostream& stream ) ;
127 (
const AIDA::IProfile1D& histo ,
128 std::ostream& stream ) ;
137 (
const TH1F& histo ,
138 std::ostream& stream ) ;
147 (
const TH2F& histo ,
148 std::ostream& stream ) ;
157 (
const TH3F& histo ,
158 std::ostream& stream ) ;
165 (
const AIDA::IProfile2D& histo ,
166 std::ostream& stream ) ;
178 ( TH1D& result ,
const std::string& input ) ;
190 ( TH2D& result ,
const std::string& input ) ;
202 ( TH3D& result ,
const std::string& input ) ;
214 ( TProfile& result ,
const std::string& input ) ;
226 ( TProfile2D& result ,
const std::string& input ) ;
238 ( TH1F& result ,
const std::string& input ) ;
250 ( TH2F& result ,
const std::string& input ) ;
262 ( TH3F& result ,
const std::string& input ) ;
274 ( TH1D*& result ,
const std::string& input ) ;
286 ( TH2D*& result ,
const std::string& input ) ;
298 ( TH3D*& result ,
const std::string& input ) ;
310 ( TProfile*& 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
GAUDI_API StatusCode fromXml(TH1D &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 TH1D &histo, std::ostream &stream)
stream the ROOT histogram into output stream as XML
This is a number of static methods for bootstrapping the Gaudi framework.