1 #ifndef GAUDIUTILS_HISTO2STRING_H
2 #define GAUDIUTILS_HISTO2STRING_H 1
51 const bool asXML =
false ) ;
64 const bool asXML =
false ) ;
77 const bool asXML =
false ) ;
90 const bool asXML =
false ) ;
101 (
const AIDA::IHistogram1D& histo ,
103 const bool asXML =
false ) ;
114 (
const AIDA::IHistogram2D& histo ,
116 const bool asXML =
false ) ;
126 (
const TH1D& histo ,
127 const bool asXML =
false ) ;
137 (
const TH2D& histo ,
138 const bool asXML =
false ) ;
148 (
const TH1F& histo ,
149 const bool asXML =
false ) ;
159 (
const TH2F& histo ,
160 const bool asXML =
false ) ;
170 (
const AIDA::IHistogram1D& histo ,
171 const bool asXML =
false ) ;
181 (
const AIDA::IHistogram2D& histo ,
182 const bool asXML =
false ) ;
192 (
const AIDA::IHistogram1D* histo ) ;
245 #endif // GAUDIUTILS_HISTO2STRING_H
std::string toString(const TYPE &obj)
the generic implementation of the type conversion to the string
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
Helper functions to set/get the application return code.