5 #include <AIDA/IProfile1D.h> 26 void init(
const std::string& title,
bool initialize_axis =
true );
35 bool fill(
double x,
double y,
double weight = 1. )
override;
36 virtual bool setBinContents(
int i,
int entries,
double height,
double error,
double spread,
double centre );
38 const CLID&
clID()
const override {
return classID(); }
43 #endif // GAUDISVC_P1D_H AIDA implementation for 1 D profiles using ROOT TProfile.
GAUDI_API void fill(AIDA::IHistogram1D *histo, const double value, const double weight=1.0)
simple function to fill AIDA::IHistogram1D objects
const CLID & clID() const override
Retrieve reference to class defininition identifier.
static const CLID & classID()
unsigned int CLID
Class ID definition.
AIDA::IAnnotation IAnnotation
A DataObject is the base class of any identifiable object on any data store.
Helper functions to set/get the application return code.
Common AIDA implementation stuff for histograms and profiles using ROOT implementations.