1 #ifndef GAUDIALG_FILL_H 2 #define GAUDIALG_FILL_H 1 40 GAUDI_API void fill( AIDA::IHistogram1D* histo,
const double value,
const double weight = 1.0 );
51 GAUDI_API void fill( AIDA::IHistogram2D* histo,
const double valueX,
const double valueY,
52 const double weight = 1.0 );
64 GAUDI_API void fill( AIDA::IHistogram3D* histo,
const double valueX,
const double valueY,
const double valueZ,
65 const double weight = 1.0 );
76 GAUDI_API void fill( AIDA::IProfile1D* histo,
const double valueX,
const double valueY,
77 const double weight = 1.0 );
89 GAUDI_API void fill( AIDA::IProfile2D* histo,
const double valueX,
const double valueY,
const double valueZ,
90 const double weight = 1.0 );
132 #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