1 #ifndef GAUDIUTILS_HISTODUMP_H 2 #define GAUDIUTILS_HISTODUMP_H 1 46 const std::size_t height = 50,
const bool errors =
false );
59 const std::size_t height = 50,
const bool errors =
false );
73 const std::size_t height = 50,
const bool spread =
true );
86 const bool spread =
true );
126 const std::size_t height = 50,
const bool errors =
false );
139 const bool errors =
false );
149 #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.