3 #ifndef GAUDIUTILS_HISTODUMP_H
4 #define GAUDIUTILS_HISTODUMP_H 1
48 (
const AIDA::IHistogram1D* histo ,
49 std::ostream& stream ,
50 const std::size_t width = 80 ,
51 const std::size_t height = 50 ,
52 const bool errors =
false ) ;
65 (
const AIDA::IHistogram1D* histo ,
66 const std::size_t width = 80 ,
67 const std::size_t height = 50 ,
68 const bool errors =
false ) ;
82 (
const AIDA::IProfile1D* histo ,
83 std::ostream& stream ,
84 const std::size_t width = 80 ,
85 const std::size_t height = 50 ,
86 const bool spread =
true ) ;
99 (
const AIDA::IProfile1D* histo ,
100 const std::size_t width = 80 ,
101 const std::size_t height = 50 ,
102 const bool spread =
true ) ;
116 (
const TProfile* histo ,
117 std::ostream& stream ,
118 const std::size_t width = 80 ,
119 const std::size_t height = 50 ) ;
132 (
const TProfile* histo ,
133 const std::size_t width = 80 ,
134 const std::size_t height = 50 ) ;
149 std::ostream& stream ,
150 const std::size_t width = 80 ,
151 const std::size_t height = 50 ,
152 const bool errors =
false ) ;
166 const std::size_t width = 80 ,
167 const std::size_t height = 50 ,
168 const bool errors =
false ) ;
178 #endif // GAUDIUTILS_HISTODUMP_H
GAUDI_API std::ostream & histoDump_(const AIDA::IHistogram1D *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 AIDA::IHistogram1D *histo, const std::size_t width=80, const std::size_t height=50, const bool errors=false)
dump the text representation of the histogram
This is a number of static methods for bootstrapping the Gaudi framework.