1 #ifndef GAUDIUTILS_HISTODUMP_H
2 #define GAUDIUTILS_HISTODUMP_H 1
12 #include "GaudiKernel/Kernel.h"
46 (
const AIDA::IHistogram1D* histo ,
47 std::ostream& stream ,
48 const std::size_t width = 80 ,
49 const std::size_t height = 50 ,
50 const bool errors =
false ) ;
63 (
const AIDA::IHistogram1D* histo ,
64 const std::size_t width = 80 ,
65 const std::size_t height = 50 ,
66 const bool errors =
false ) ;
80 (
const AIDA::IProfile1D* histo ,
81 std::ostream& stream ,
82 const std::size_t width = 80 ,
83 const std::size_t height = 50 ,
84 const bool spread =
true ) ;
97 (
const AIDA::IProfile1D* histo ,
98 const std::size_t width = 80 ,
99 const std::size_t height = 50 ,
100 const bool spread =
true ) ;
114 (
const TProfile* histo ,
115 std::ostream& stream ,
116 const std::size_t width = 80 ,
117 const std::size_t height = 50 ) ;
130 (
const TProfile* histo ,
131 const std::size_t width = 80 ,
132 const std::size_t height = 50 ) ;
147 std::ostream& stream ,
148 const std::size_t width = 80 ,
149 const std::size_t height = 50 ,
150 const bool errors =
false ) ;
164 const std::size_t width = 80 ,
165 const std::size_t height = 50 ,
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 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
Helper functions to set/get the application return code.