|
| Histogram1D () |
| Standard constructor. More...
|
|
| Histogram1D (TH1D *rep) |
| Standard constructor with initialization. The histogram representation will be adopted. More...
|
|
virtual | ~Histogram1D () |
| Destructor. More...
|
|
virtual void | adoptRepresentation (TObject *rep) |
| Adopt ROOT histogram representation. More...
|
|
virtual bool | setBinContents (int i, int entries, double height, double error, double centre) |
| set bin content (entries and centre are not used ) More...
|
|
virtual bool | reset () |
| need to overwrite reset to reset the sums More...
|
|
virtual bool | setStatistics (int allEntries, double eqBinEntries, double mean, double rms) |
| set histogram statistics More...
|
|
virtual bool | fill (double x, double weight) |
| Fill the Profile1D with a value and the corresponding weight. More...
|
|
bool | setRms (double rms) |
| Update histogram RMS. More...
|
|
void | copyFromAida (const AIDA::IHistogram1D &h) |
| Create new histogram from any AIDA based histogram. More...
|
|
virtual const CLID & | clID () const |
| Retrieve reference to class defininition identifier. More...
|
|
StreamBuffer & | serialize (StreamBuffer &s) |
| Serialization mechanism, Serialize the object for reading. More...
|
|
StreamBuffer & | serialize (StreamBuffer &s) const |
| Serialization mechanism, Serialize the object for writing. 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...
|
|
| Generic1D () |
| Default constructor. More...
|
|
virtual | ~Generic1D () |
| Default destructor. More...
|
|
virtual const std::string & | userLevelClassType () const |
| The AIDA user-level unterface leaf class type. More...
|
|
virtual void * | cast (const std::string &cl) const |
| Manual cast by class name. More...
|
|
TObject * | representation () const |
| ROOT object implementation. 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...
|
|
std::string | name () const |
| object name More...
|
|
bool | setName (const std::string &newName) |
| Set 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...
|
|
Axis & | axis () |
| Access to axis object. More...
|
|
const Axis & | axis () const |
| Get the x axis of the IHistogram1D. 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 int | extraEntries () const |
| Get the number of entries in the underflow and overflow bins. More...
|
|
virtual int | binEntries (int index) const |
| Number of entries in the corresponding bin (ie the number of times fill was called for this bin). More...
|
|
virtual double | binRms (int index) const |
|
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...
|
|
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 &profile) |
| Modifies this IProfile1D by adding the contents of profile to it. More...
|
|
virtual int | rIndex (int index) const |
| operator methods More...
|
|
virtual double | binMean (int index) const |
| The weighted mean of a bin. More...
|
|
virtual double | binHeight (int index) const |
| Total height of the corresponding bin (ie the sum of the weights in this bin). More...
|
|
virtual double | binError (int index) const |
| The error of a given bin. More...
|
|
virtual double | mean () const |
| The mean of the whole IHistogram1D. More...
|
|
virtual double | rms () const |
| The RMS of the whole IHistogram1D. More...
|
|
virtual int | coordToIndex (double coord) const |
| Get the bin number corresponding to a given coordinate along the x axis. More...
|
|
virtual int | dimension () const |
| Get the Histogram's dimension. More...
|
|
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 * | cast (const std::string &className) const |
|
template<> |
int | binEntries (int index) const |
|
template<> |
void | adoptRepresentation (TObject *rep) |
| Adopt ROOT histogram representation. More...
|
|
template<> |
int | binEntries (int index) const |
|
template<> |
void * | cast (const std::string &className) const |
|
template<> |
void | adoptRepresentation (TObject *rep) |
| Adopt ROOT histogram representation. More...
|
|
virtual | ~HistogramBase () |
|
AIDA implementation for 1 D histograms using ROOT THD1.
- Author
- M.Frank
Definition at line 17 of file H1D.h.