1 #ifndef GAUDIALG_FILL_H 2 #define GAUDIALG_FILL_H 1 36 GAUDI_API void fill( AIDA::IHistogram1D* histo,
const double value,
const double weight = 1.0 );
47 GAUDI_API void fill( AIDA::IHistogram2D* histo,
const double valueX,
const double valueY,
48 const double weight = 1.0 );
60 GAUDI_API void fill( AIDA::IHistogram3D* histo,
const double valueX,
const double valueY,
const double valueZ,
61 const double weight = 1.0 );
72 GAUDI_API void fill( AIDA::IProfile1D* histo,
const double valueX,
const double valueY,
73 const double weight = 1.0 );
85 GAUDI_API void fill( AIDA::IProfile2D* histo,
const double valueX,
const double valueY,
const double valueZ,
86 const double weight = 1.0 );
128 #endif // GAUDIALG_FILL_H helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API void fill(AIDA::IProfile2D *histo, const double valueX, const double valueY, const double valueZ, const double weight=1.0)
simple function to fill AIDA::IProfile2D objects
GAUDI_API AIDA::IBaseHistogram * toBase(AIDA::IProfile2D *histo)
Helper functions to set/get the application return code.
GAUDI_API std::string htitle(const AIDA::IProfile2D *histo, const std::string &title="")
get the title