14 #include "AIDA/IHistogram1D.h" 15 #include "AIDA/IHistogram2D.h" 16 #include "AIDA/IHistogram3D.h" 17 #include "AIDA/IProfile1D.h" 18 #include "AIDA/IProfile2D.h" 38 histo->fill( value, weight );
56 histo->fill( valueX, valueY, weight );
72 const double valueZ,
const double weight )
75 histo->fill( valueX, valueY, valueZ, weight );
93 histo->fill( valueX, valueY, weight );
109 const double weight )
112 histo->fill( valueX, valueY, valueZ, weight );
120 return ( histo && title.
empty() ) ? histo->title() : title;
128 return htitle_( histo, title );
135 return htitle_( histo, title );
142 return htitle_( histo, title );
149 return htitle_( histo, title );
156 return htitle_( histo, title );
163 return htitle_( histo, title );
170 return htitle_( histo, title );
177 return htitle_( histo, title );
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)