1 #ifndef GAUDICOMMONSVC_H3D_H 2 #define GAUDICOMMONSVC_H3D_H 5 #include <AIDA/IHistogram3D.h> 27 bool fill(
double x,
double y,
double z,
double weight )
override;
29 virtual bool setBinContents(
int i,
int j,
int k,
int entries,
double height,
double error,
double centreX,
30 double centreY,
double centreZ );
32 virtual bool setRms(
double rmsX,
double rmsY,
double rmsZ );
34 bool reset()
override;
36 void* cast(
const std::string& className )
const override;
38 void copyFromAida(
const AIDA::IHistogram3D& h );
40 const CLID&
clID()
const override {
return classID(); }
static const CLID & classID()
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 3 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.
const CLID & clID() const override
Retrieve reference to class defininition identifier.
Helper functions to set/get the application return code.
Common AIDA implementation stuff for histograms and profiles using ROOT implementations.