1 #ifndef GAUDIUTILS_HISTODUMP_H 2 #define GAUDIUTILS_HISTODUMP_H 1 46 (
const AIDA::IHistogram1D* histo ,
50 const bool errors =
false ) ;
63 (
const AIDA::IHistogram1D* histo ,
66 const bool errors =
false ) ;
80 (
const AIDA::IProfile1D* histo ,
84 const bool spread =
true ) ;
97 (
const AIDA::IProfile1D* histo ,
100 const bool spread =
true ) ;
114 (
const TProfile* histo ,
130 (
const TProfile* histo ,
150 const bool errors =
false ) ;
166 const bool errors =
false ) ;
176 #endif // GAUDIUTILS_HISTODUMP_H helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API std::ostream & histoDump_(const TH1 *histo, std::ostream &stream, const std::size_t width=80, const std::size_t height=50, const bool errors=false)
dump the text representation of the histogram
GAUDI_API std::string histoDump(const TH1 *histo, const std::size_t width=80, const std::size_t height=50, const bool errors=false)
dump the text representation of the histogram
Helper functions to set/get the application return code.