23 void init(
const std::string& title,
bool initialize_axis=
true);
32 virtual bool fill(
double x,
double y,
double weight = 1.);
33 virtual bool setBinContents(
int i,
int entries,
double height,
double error,
double spread,
double centre);
35 virtual const CLID&
clID()
const {
return classID(); }
40 #endif // GAUDISVC_P1D_H
virtual ~Profile1D()
Destructor.
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
static const CLID & classID()
virtual const CLID & clID() const
Retrieve reference to class defininition identifier.
unsigned int CLID
Class ID definition.
AIDA::IAnnotation IAnnotation
This is a number of static methods for bootstrapping the Gaudi framework.
A DataObject is the base class of any identifiable object on any data store.
Common AIDA implementation stuff for histograms and profiles using ROOT implementations.