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 helper namespace to collect useful definitions, types, constants and functions, related to manipulati...
GAUDI_API std::string htitle(const AIDA::IBaseHistogram *histo, const std::string &title="")
get the title
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)
Header file for std:chrono::duration-based Counters.