#include <IHistogram.h>
Inheritance diagram for IHistogram:

Public Types | |
| enum | { UNDERFLOW_BIN = -2, OVERFLOW_BIN = -1 } |
| ========================================================================== Underflow and overflow bins ========================================================================== Constant specifying the underflow and overflow bin (can be passed to any method expecting a bin index). More... | |
Public Methods | |
| virtual std::string | title () const = 0 |
| ========================================================================== Histogram characteristics ========================================================================== -------------------------------------------------------------------------- Title of the histogram (temporary functions, as the title will be part od the annotation, and there will be general accessors for any pair stored there). | |
| virtual void | setTitle ( std::string value ) = 0 |
| virtual int | dimensions () const = 0 |
| -------------------------------------------------------------------------- Number of dimensions (1 for 1D histogram, 2 for 2D histogram, etc.). | |
| virtual void | reset () = 0 |
| -------------------------------------------------------------------------- Reset contents. | |
| virtual int | entries () const = 0 |
| ========================================================================== Total number of entries in the whole histogram (number of fills) ========================================================================== Number of in-range entries in the whole histogram. | |
| virtual int | allEntries () const = 0 |
| Number of all entries in all (both in-range and extra) bins in the whole histogram. | |
| virtual int | extraEntries () const = 0 |
| Number of extra entries in the whole histogram. | |
| virtual double | equivalentBinEntries () const = 0 |
| Number of equivalent entries SUM[ weight ] ^ 2 / SUM[ weight^2 ]. | |
| virtual double | sumBinHeights () const = 0 |
| ========================================================================== Sums of bin heights (height respects weights of entries) ========================================================================== Sum of in-range bin heights in the whole histogram. | |
| virtual double | sumAllBinHeights () const = 0 |
| Sum of all (both in-range and extra) bin heights in the whole histogram. | |
| virtual double | sumExtraBinHeights () const = 0 |
| Sum of extra bin heights in the whole histogram. | |
|
|
========================================================================== Underflow and overflow bins ========================================================================== Constant specifying the underflow and overflow bin (can be passed to any method expecting a bin index).
Definition at line 59 of file IHistogram.h. |
|
|
Number of all entries in all (both in-range and extra) bins in the whole histogram.
|
|
|
-------------------------------------------------------------------------- Number of dimensions (1 for 1D histogram, 2 for 2D histogram, etc.).
|
|
|
========================================================================== Total number of entries in the whole histogram (number of fills) ========================================================================== Number of in-range entries in the whole histogram.
|
|
|
Number of equivalent entries SUM[ weight ] ^ 2 / SUM[ weight^2 ].
|
|
|
Number of extra entries in the whole histogram.
|
|
|
-------------------------------------------------------------------------- Reset contents.
|
|
|
|
|
|
Sum of all (both in-range and extra) bin heights in the whole histogram.
|
|
|
========================================================================== Sums of bin heights (height respects weights of entries) ========================================================================== Sum of in-range bin heights in the whole histogram.
|
|
|
Sum of extra bin heights in the whole histogram.
|
|
|
========================================================================== Histogram characteristics ========================================================================== -------------------------------------------------------------------------- Title of the histogram (temporary functions, as the title will be part od the annotation, and there will be general accessors for any pair stored there).
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000