1 #ifndef HISTOGRAMSVC_H2D_H
2 #define HISTOGRAMSVC_H2D_H 1
29 bool fill(
double x,
double y,
double weight = 1.);
31 virtual bool setBinContents(
int binIndexX,
int binIndexY,
int entries,
32 double height,
double error,
double centreX,
35 bool setRms(
double rmsX,
double rmsY );
39 void copyFromAida(
const IHistogram2D& h);
41 virtual const CLID&
clID()
const {
return classID(); }
49 #endif // HISTOGRAMSVC_H2D_H
static const CLID & classID()
virtual const CLID & clID() const
Retrieve reference to class defininition identifier.
GAUDI_API void fill(AIDA::IHistogram1D *histo, const double value, const double weight=1.0)
simple function to fill AIDA::IHistogram1D objects
virtual ~Histogram2D()
Destructor.
AIDA implementation for 2 D histograms using ROOT THD2.
unsigned int CLID
Class ID definition.
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.