|
| Histogram3D () |
| Standard Constructor.
|
|
| Histogram3D (TH3D *rep) |
| Standard Constructor.
|
|
bool | fill (double x, double y, double z, double weight) override |
| Fill bin content.
|
|
virtual bool | setBinContents (int i, int j, int k, int entries, double height, double error, double centreX, double centreY, double centreZ) |
| Fast filling method for a given bin. It can be also the over/underflow bin.
|
|
virtual bool | setRms (double rmsX, double rmsY, double rmsZ) |
| Sets the rms of the histogram.
|
|
bool | reset () override |
|
void * | cast (const std::string &className) const override |
| Introspection method.
|
|
void | copyFromAida (const AIDA::IHistogram3D &h) |
| Create new histogram from any AIDA based histogram.
|
|
const CLID & | clID () const override |
| Retrieve reference to class defininition identifier.
|
|
| DataObject () |
| Standard Constructor.
|
|
| DataObject (const DataObject &rhs) |
| Copy Constructor.
|
|
DataObject & | operator= (const DataObject &rhs) |
| Assignment Operator.
|
|
| DataObject (DataObject &&rhs) |
| Move Constructor.
|
|
DataObject & | operator= (DataObject &&rhs) |
| Move Assignment Operator.
|
|
virtual | ~DataObject () |
| Standard Destructor.
|
|
virtual unsigned long | addRef () |
| Add reference to object.
|
|
virtual unsigned long | release () |
| release reference to object
|
|
const std::string & | name () const |
| Retreive DataObject name. It is the name when registered in the store.
|
|
virtual StatusCode | update () |
| Provide empty placeholder for internal object reconfiguration callback.
|
|
void | setRegistry (IRegistry *pRegistry) |
| Set pointer to Registry.
|
|
IRegistry * | registry () const |
| Get pointer to Registry.
|
|
LinkManager * | linkMgr () |
| Retrieve Link manager.
|
|
const LinkManager * | linkMgr () const |
|
unsigned char | version () const |
| Retrieve version number of this object representation.
|
|
void | setVersion (unsigned char vsn) |
| Set version number of this object representation.
|
|
unsigned long | refCount () const |
| Return the refcount.
|
|
virtual std::ostream & | fillStream (std::ostream &s) const |
| Fill the output stream (ASCII)
|
|
void | adoptRepresentation (TObject *rep) |
| Adopt ROOT histogram representation.
|
|
| Generic3D ()=default |
| Default constructor.
|
|
TObject * | representation () const override |
| ROOT object implementation.
|
|
void | adoptRepresentation (TObject *rep) override |
| Adopt ROOT histogram representation.
|
|
void | adoptRepresentation (TObject *rep) |
| Adopt ROOT histogram representation.
|
|
int | dimension () const override |
| Get the Histogram's dimension.
|
|
std::string | title () const override |
| Get the title of the object.
|
|
bool | setTitle (const std::string &title) override |
| Set the title of the object.
|
|
std::string | name () const |
| object name
|
|
bool | setName (const std::string &newName) |
| Sets the name of the object.
|
|
AIDA::IAnnotation & | annotation () override |
| Access annotation object.
|
|
const AIDA::IAnnotation & | annotation () const override |
| Access annotation object (cons)
|
|
int | entries () const override |
| Get the number or all the entries.
|
|
int | allEntries () const override |
| Get the number or all the entries, both in range and underflow/overflow bins of the IProfile.
|
|
double | sumBinHeights () const override |
| Get the sum of in range bin heights in the IProfile.
|
|
double | sumAllBinHeights () const override |
| Get the sum of all the bins heights (including underflow and overflow bin).
|
|
double | sumExtraBinHeights () const override |
| Get the sum of the underflow and overflow bin height.
|
|
double | minBinHeight () const override |
| Get the minimum height of the in-range bins.
|
|
double | maxBinHeight () const override |
| Get the maximum height of the in-range bins.
|
|
int | rIndexX (int index) const |
|
int | rIndexY (int index) const |
|
int | rIndexZ (int index) const |
|
double | binMeanX (int indexX, int, int) const override |
| The weighted mean along the x axis of a given bin.
|
|
double | binMeanY (int, int indexY, int) const override |
| The weighted mean along the y axis of a given bin.
|
|
double | binMeanZ (int, int, int indexZ) const override |
| The weighted mean along the z axis of a given bin.
|
|
int | binEntries (int indexX, int indexY, int indexZ) const override |
| Number of entries in the corresponding bin (ie the number of times fill was calle d for this bin).
|
|
int | binEntriesX (int index) const override |
| Sum of all the entries of the bins along a given x bin.
|
|
int | binEntriesY (int index) const override |
| Sum of all the entries of the bins along a given y bin.
|
|
int | binEntriesZ (int index) const override |
| Sum of all the entries of the bins along a given z bin.
|
|
double | binHeight (int indexX, int indexY, int indexZ) const |
| Total height of the corresponding bin (ie the sum of the weights in this bin).
|
|
double | binHeightX (int index) const override |
| Sum of all the heights of the bins along a given x bin.
|
|
double | binHeightY (int index) const override |
| Sum of all the heights of the bins along a given y bin.
|
|
double | binHeightZ (int index) const override |
| Sum of all the heights of the bins along a given z bin.
|
|
double | binError (int indexX, int indexY, int indexZ) const override |
| The error of a given bin.
|
|
double | meanX () const override |
| The mean of the IHistogram3D along the x axis.
|
|
double | meanY () const override |
| The mean of the IHistogram3D along the y axis.
|
|
double | meanZ () const override |
| The mean of the IHistogram3D along the z axis.
|
|
double | rmsX () const override |
| The RMS of the IHistogram3D along the x axis.
|
|
double | rmsY () const override |
| The RMS of the IHistogram3D along the y axis.
|
|
double | rmsZ () const override |
| The RMS of the IHistogram3D along the z axis.
|
|
const AIDA::IAxis & | xAxis () const override |
| Get the x axis of the IHistogram3D.
|
|
const AIDA::IAxis & | yAxis () const override |
| Get the y axis of the IHistogram3D.
|
|
const AIDA::IAxis & | zAxis () const override |
| Get the z axis of the IHistogram3D.
|
|
int | coordToIndexX (double coord) const override |
| Get the bin number corresponding to a given coordinate along the x axis.
|
|
int | coordToIndexY (double coord) const override |
| Get the bin number corresponding to a given coordinate along the y axis.
|
|
int | coordToIndexZ (double coord) const override |
| Get the bin number corresponding to a given coordinate along the z axis.
|
|
double | equivalentBinEntries () const override |
| Number of equivalent entries, i.e. SUM[ weight ] ^ 2 / SUM[ weight^2 ]
|
|
bool | scale (double scaleFactor) override |
| Scale the weights and the errors of all the IHistogram's bins (in-range and out-of-range ones) by a given scale factor.
|
|
bool | add (const AIDA::IHistogram3D &hist) override |
| Add to this Histogram3D the contents of another IHistogram3D.
|
|
int | extraEntries () const override |
|
std::ostream & | print (std::ostream &s) const override |
| Print (ASCII) the histogram into the output stream.
|
|
std::ostream & | write (std::ostream &s) const override |
| Write (ASCII) the histogram table into the output stream.
|
|
int | write (const char *file_name) const override |
| Write (ASCII) the histogram table into a file.
|
|
virtual | ~HistogramBase ()=default |
|
AIDA implementation for 3 D histograms using ROOT THD2.
- Author
- M.Frank
Definition at line 29 of file H3D.h.