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