11 #ifndef GAUDIALG_FILL_H
12 #define GAUDIALG_FILL_H 1
46 GAUDI_API void fill( AIDA::IHistogram1D* histo,
const double value,
const double weight = 1.0 );
57 GAUDI_API void fill( AIDA::IHistogram2D* histo,
const double valueX,
const double valueY,
58 const double weight = 1.0 );
70 GAUDI_API void fill( AIDA::IHistogram3D* histo,
const double valueX,
const double valueY,
const double valueZ,
71 const double weight = 1.0 );
82 GAUDI_API void fill( AIDA::IProfile1D* histo,
const double valueX,
const double valueY,
83 const double weight = 1.0 );
95 GAUDI_API void fill( AIDA::IProfile2D* histo,
const double valueX,
const double valueY,
const double valueZ,
96 const double weight = 1.0 );
138 #endif // GAUDIALG_FILL_H