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 ,
116 (
const AIDA::IHistogram* histo ,
121 (
const AIDA::IHistogram1D* histo ,
126 (
const AIDA::IHistogram2D* histo ,
131 (
const AIDA::IHistogram3D* histo ,
136 (
const AIDA::IProfile* histo ,
141 (
const AIDA::IProfile1D* histo ,
146 (
const AIDA::IProfile2D* histo ,
165 #endif // GAUDIALG_FILL_H