3 #ifndef GAUDIALG_FILL_H
4 #define GAUDIALG_FILL_H 1
12 class IBaseHistogram ;
41 ( AIDA::IHistogram1D* histo ,
43 const double weight = 1.0 ) ;
55 ( AIDA::IHistogram2D* histo ,
58 const double weight = 1.0 ) ;
71 ( AIDA::IHistogram3D* histo ,
75 const double weight = 1.0 ) ;
87 ( AIDA::IProfile1D* histo ,
90 const double weight = 1.0 ) ;
103 ( AIDA::IProfile2D* histo ,
104 const double valueX ,
105 const double valueY ,
106 const double valueZ ,
107 const double weight = 1.0 ) ;
111 (
const AIDA::IBaseHistogram* histo ,
112 const std::string& title =
"" ) ;
116 (
const AIDA::IHistogram* histo ,
117 const std::string& title =
"" ) ;
121 (
const AIDA::IHistogram1D* histo ,
122 const std::string& title =
"" ) ;
126 (
const AIDA::IHistogram2D* histo ,
127 const std::string& title =
"" ) ;
131 (
const AIDA::IHistogram3D* histo ,
132 const std::string& title =
"" ) ;
136 (
const AIDA::IProfile* histo ,
137 const std::string& title =
"" ) ;
141 (
const AIDA::IProfile1D* histo ,
142 const std::string& title =
"" ) ;
146 (
const AIDA::IProfile2D* histo ,
147 const std::string& title =
"" ) ;
165 #endif // GAUDIALG_FILL_H
GAUDI_API std::string htitle(const AIDA::IBaseHistogram *histo, const std::string &title="")
get the title
GAUDI_API void fill(AIDA::IHistogram1D *histo, const double value, const double weight=1.0)
simple function to fill AIDA::IHistogram1D objects
This is a number of static methods for bootstrapping the Gaudi framework.
GAUDI_API AIDA::IBaseHistogram * toBase(AIDA::IHistogram1D *histo)