1 #ifndef GAUDIUTILS_HISTODUMP_H 2 #define GAUDIUTILS_HISTODUMP_H 1 42 const std::size_t height = 50,
const bool errors =
false );
55 const std::size_t height = 50,
const bool errors =
false );
69 const std::size_t height = 50,
const bool spread =
true );
82 const bool spread =
true );
122 const std::size_t height = 50,
const bool errors =
false );
135 const bool errors =
false );
145 #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.