1 #ifndef HISTOGRAMSVC_H2D_H 2 #define HISTOGRAMSVC_H2D_H 1 29 bool fill(
double x,
double y,
double weight = 1.)
override;
31 virtual bool setBinContents(
int binIndexX,
int binIndexY,
int entries,
32 double height,
double error,
double centreX,
35 bool setRms(
double rmsX,
double rmsY );
37 bool reset()
override;
39 void copyFromAida(
const IHistogram2D&
h);
41 const CLID&
clID()
const override {
return classID(); }
49 #endif // HISTOGRAMSVC_H2D_H static const CLID & classID()
const CLID & clID() const override
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
AIDA implementation for 2 D histograms using ROOT THD2.
unsigned int CLID
Class ID definition.
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.