|
| | Histogram3D () |
| | Standard Constructor.
|
| |
| | Histogram3D (TH3D *rep) |
| | Standard Constructor.
|
| |
| virtual | ~Histogram3D () |
| | Destructor.
|
| |
| bool | fill (double x, double y, double z, double weight) |
| | 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.
|
| |
| virtual bool | reset () |
| |
| void * | cast (const std::string &className) const |
| | Introspection method.
|
| |
| void | copyFromAida (const AIDA::IHistogram3D &h) |
| | Create new histogram from any AIDA based histogram.
|
| |
| virtual const CLID & | clID () const |
| | Retrieve reference to class defininition identifier.
|
| |
| | DataObject () |
| | Standard Constructor.
|
| |
| | DataObject (const DataObject &) |
| | Copy Constructor.
|
| |
| 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 () const |
| | Retrieve Link manager.
|
| |
| 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)
|
| |
| | Generic3D () |
| | Default constructor.
|
| |
| virtual | ~Generic3D () |
| | Destructor.
|
| |
| TObject * | representation () const |
| | ROOT object implementation.
|
| |
| virtual void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| virtual int | dimension () const |
| | Get the Histogram's dimension.
|
| |
| virtual std::string | title () const |
| | Get the title of the object.
|
| |
| virtual bool | setTitle (const std::string &title) |
| | Set the title of the object.
|
| |
| virtual std::string | name () const |
| | object name
|
| |
| bool | setName (const std::string &newName) |
| | Sets the name of the object.
|
| |
| virtual AIDA::IAnnotation & | annotation () |
| | Access annotation object.
|
| |
| virtual const AIDA::IAnnotation & | annotation () const |
| | Access annotation object (cons)
|
| |
| virtual int | entries () const |
| | Get the number or all the entries.
|
| |
| virtual int | allEntries () const |
| | Get the number or all the entries, both in range and underflow/overflow bins of the IProfile.
|
| |
| virtual double | sumBinHeights () const |
| | Get the sum of in range bin heights in the IProfile.
|
| |
| virtual double | sumAllBinHeights () const |
| | Get the sum of all the bins heights (including underflow and overflow bin).
|
| |
| virtual double | sumExtraBinHeights () const |
| | Get the sum of the underflow and overflow bin height.
|
| |
| virtual double | minBinHeight () const |
| | Get the minimum height of the in-range bins.
|
| |
| virtual double | maxBinHeight () const |
| | 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 |
| | The weighted mean along the x axis of a given bin.
|
| |
| double | binMeanY (int, int indexY, int) const |
| | The weighted mean along the y axis of a given bin.
|
| |
| double | binMeanZ (int, int, int indexZ) const |
| | The weighted mean along the z axis of a given bin.
|
| |
| 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).
|
| |
| virtual int | binEntriesX (int index) const |
| | Sum of all the entries of the bins along a given x bin.
|
| |
| virtual int | binEntriesY (int index) const |
| | Sum of all the entries of the bins along a given y bin.
|
| |
| virtual int | binEntriesZ (int index) const |
| | 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).
|
| |
| virtual double | binHeightX (int index) const |
| | Sum of all the heights of the bins along a given x bin.
|
| |
| virtual double | binHeightY (int index) const |
| | Sum of all the heights of the bins along a given y bin.
|
| |
| virtual double | binHeightZ (int index) const |
| | Sum of all the heights of the bins along a given z bin.
|
| |
| virtual double | binError (int indexX, int indexY, int indexZ) const |
| | The error of a given bin.
|
| |
| virtual double | meanX () const |
| | The mean of the IHistogram3D along the x axis.
|
| |
| virtual double | meanY () const |
| | The mean of the IHistogram3D along the y axis.
|
| |
| virtual double | meanZ () const |
| | The mean of the IHistogram3D along the z axis.
|
| |
| virtual double | rmsX () const |
| | The RMS of the IHistogram3D along the x axis.
|
| |
| virtual double | rmsY () const |
| | The RMS of the IHistogram3D along the y axis.
|
| |
| virtual double | rmsZ () const |
| | The RMS of the IHistogram3D along the z axis.
|
| |
| virtual const AIDA::IAxis & | xAxis () const |
| | Get the x axis of the IHistogram3D.
|
| |
| virtual const AIDA::IAxis & | yAxis () const |
| | Get the y axis of the IHistogram3D.
|
| |
| virtual const AIDA::IAxis & | zAxis () const |
| | Get the z axis of the IHistogram3D.
|
| |
| virtual int | coordToIndexX (double coord) const |
| | Get the bin number corresponding to a given coordinate along the x axis.
|
| |
| virtual int | coordToIndexY (double coord) const |
| | Get the bin number corresponding to a given coordinate along the y axis.
|
| |
| virtual int | coordToIndexZ (double coord) const |
| | Get the bin number corresponding to a given coordinate along the z axis.
|
| |
| virtual double | equivalentBinEntries () const |
| | Number of equivalent entries, i.e. SUM[ weight ] ^ 2 / SUM[ weight^2 ]
|
| |
| 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.
|
| |
| virtual bool | add (const INTERFACE &hist) |
| | Add to this Histogram3D the contents of another IHistogram3D.
|
| |
| int | extraEntries () const |
| |
| virtual std::ostream & | print (std::ostream &s) const |
| | Print (ASCII) the histogram into the output stream.
|
| |
| virtual std::ostream & | write (std::ostream &s) const |
| | Write (ASCII) the histogram table into the output stream.
|
| |
| virtual int | write (const char *file_name) const |
| | Write (ASCII) the histogram table into a file.
|
| |
| template<> |
| void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| virtual | ~HistogramBase () |
| |
AIDA implementation for 2 D histograms using ROOT THD2.
- Author
- M.Frank
Definition at line 27 of file H3D.cpp.