|
| | Profile2D () |
| | Default Constructor.
|
| |
| | Profile2D (TProfile2D *rep) |
| | Default Constructor with representation object.
|
| |
| bool | fill (double x, double y, double z, double weight) override |
| | Fill bin content.
|
| |
| 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 * | cast (const std::string &className) const |
| |
| int | binEntries (int indexX, int indexY) const |
| |
| void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| void * | cast (const std::string &className) const |
| |
| int | binEntries (int idX, int idY) const |
| |
| void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| | Generic2D ()=default |
| |
| TObject * | representation () const override |
| | ROOT object implementation.
|
| |
| void | adoptRepresentation (TObject *rep) override |
| | Adopt ROOT histogram representation.
|
| |
| void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| void | adoptRepresentation (TObject *rep) |
| | Adopt ROOT histogram representation.
|
| |
| 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) |
| | Set the name of the object.
|
| |
| AIDA::IAnnotation & | annotation () override |
| | Access annotation object.
|
| |
| const AIDA::IAnnotation & | annotation () const override |
| | Access annotation object (cons)
|
| |
| const AIDA::IAxis & | xAxis () const override |
| | Return the X axis.
|
| |
| const AIDA::IAxis & | yAxis () const override |
| | Return the Y axis.
|
| |
| virtual int | rIndexX (int index) const |
| | operator methods
|
| |
| virtual int | rIndexY (int index) const |
| | operator methods
|
| |
| 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.
|
| |
| int | extraEntries () const override |
| | Get the number of entries in the underflow and overflow bins.
|
| |
| 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.
|
| |
| double | binMeanX (int indexX, int indexY) const override |
| | The weighted mean along x of a given bin.
|
| |
| double | binMeanY (int indexX, int indexY) const override |
| | The weighted mean along y of a given bin.
|
| |
| int | binEntries (int indexX, int indexY) const override |
| | The number of entries (ie the number of times fill was called for this bin).
|
| |
| int | binEntries (int indexX, int indexY) const |
| |
| int | binEntries (int idX, int idY) const |
| |
| int | binEntriesX (int indexX) const override |
| | Equivalent to projectionX().binEntries(indexX).
|
| |
| int | binEntriesY (int indexY) const override |
| | Equivalent to projectionY().binEntries(indexY).
|
| |
| double | binHeight (int indexX, int indexY) const override |
| | Total height of the corresponding bin (ie the sum of the weights in this bin).
|
| |
| double | binHeightX (int indexX) const override |
| | Equivalent to projectionX().binHeight(indexX).
|
| |
| double | binHeightY (int indexY) const override |
| | Equivalent to projectionY().binHeight(indexY).
|
| |
| double | binError (int indexX, int indexY) const override |
| | The error on this bin.
|
| |
| virtual double | binRms (int indexX, int indexY) const |
| | The spread (RMS) of this bin.
|
| |
| double | meanX () const override |
| | Returns the mean of the profile, as calculated on filling-time projected on the X axis.
|
| |
| double | meanY () const override |
| | Returns the mean of the profile, as calculated on filling-time projected on the Y axis.
|
| |
| double | rmsX () const override |
| | Returns the rms of the profile as calculated on filling-time projected on the X axis.
|
| |
| double | rmsY () const override |
| | Returns the rms of the profile as calculated on filling-time projected on the Y axis.
|
| |
| int | coordToIndexX (double coordX) const override |
| | Convenience method, equivalent to xAxis().coordToIndex(coord).
|
| |
| int | coordToIndexY (double coordY) const override |
| | Convenience method, equivalent to yAxis().coordToIndex(coord).
|
| |
| 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.
|
| |
| bool | add (const AIDA::IProfile2D &h) override |
| | Modifies this profile by adding the contents of profile to it.
|
| |
| bool | reset () override |
| |
| void * | cast (const std::string &className) const override |
| | Introspection method.
|
| |
| void * | cast (const std::string &className) const |
| |
| void * | cast (const std::string &className) const |
| |
| const std::string & | userLevelClassType () const |
| | The AIDA user-level unterface leaf class type.
|
| |
| int | dimension () const override |
| | Get the Histogram's dimension.
|
| |
| 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 2 D profiles using ROOT TProfile2D.
- Author
- M.Frank
Definition at line 31 of file P2D.h.