1 #ifndef GAUDIALG_FILL_H
2 #define GAUDIALG_FILL_H 1
10 class IBaseHistogram ;
19 #include "GaudiKernel/Kernel.h"
39 ( AIDA::IHistogram1D* histo ,
41 const double weight = 1.0 ) ;
53 ( AIDA::IHistogram2D* histo ,
56 const double weight = 1.0 ) ;
69 ( AIDA::IHistogram3D* histo ,
73 const double weight = 1.0 ) ;
85 ( AIDA::IProfile1D* histo ,
88 const double weight = 1.0 ) ;
101 ( AIDA::IProfile2D* histo ,
102 const double valueX ,
103 const double valueY ,
104 const double valueZ ,
105 const double weight = 1.0 ) ;
109 (
const AIDA::IBaseHistogram* histo ,
110 const std::string& title =
"" ) ;
114 (
const AIDA::IHistogram* histo ,
115 const std::string& title =
"" ) ;
119 (
const AIDA::IHistogram1D* histo ,
120 const std::string& title =
"" ) ;
124 (
const AIDA::IHistogram2D* histo ,
125 const std::string& title =
"" ) ;
129 (
const AIDA::IHistogram3D* histo ,
130 const std::string& title =
"" ) ;
134 (
const AIDA::IProfile* histo ,
135 const std::string& title =
"" ) ;
139 (
const AIDA::IProfile1D* histo ,
140 const std::string& title =
"" ) ;
144 (
const AIDA::IProfile2D* histo ,
145 const std::string& title =
"" ) ;
163 #endif // GAUDIALG_FILL_H
helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API void fill(AIDA::IHistogram1D *histo, const double value, const double weight=1.0)
simple function to fill AIDA::IHistogram1D objects
GAUDI_API AIDA::IBaseHistogram * toBase(AIDA::IHistogram1D *histo)
Helper functions to set/get the application return code.
GAUDI_API std::string htitle(const AIDA::IBaseHistogram *histo, const std::string &title="")
get the title