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

Public Methods | |
| virtual void | fill ( double x, double weight = 1 ) = 0 |
| -------------------------------------------------------------------------- Histogram characteristics -------------------------------------------------------------------------- Fill histogram. | |
| virtual int | binEntries ( int index ) const = 0 |
| -------------------------------------------------------------------------- Entries The index accepts UNDERFLOW_BIN, values from 0 to N-1, or OVERFLOW_BIN -------------------------------------------------------------------------- Number of entries in a specific in-range bin (number of fills). | |
| virtual double | binHeight ( int index ) const = 0 |
| Height of a specific in-range bin (height respects weights of entries). | |
| virtual double | binError ( int index ) const = 0 |
| Bin contents error. | |
| virtual double | mean () const = 0 |
| -------------------------------------------------------------------------- Statistics -------------------------------------------------------------------------- mean() returns the mean of the whole histogram as calculated on filling-time. | |
| virtual double | rms () const = 0 |
| rms() returns the rms of the whole histogram as calculated on filling-time. | |
| virtual double | minBinHeight () const = 0 |
| -------------------------------------------------------------------------- Minimum and maximum heights and bins -------------------------------------------------------------------------- Min height of in-range bins in the whole histogram. | |
| virtual int | minBin () const = 0 |
| Index of the in-range bin containing the minBinHeight(). | |
| virtual double | maxBinHeight () const = 0 |
| Max height of in-range bins in the whole histogram. | |
| virtual int | maxBin () const = 0 |
| Index of the in-range bin containing the maxBinHeight(). | |
| virtual IAxis* | xAxis () const = 0 |
| -------------------------------------------------------------------------- Axis -------------------------------------------------------------------------- Get the X axis. | |
| virtual int | coordToIndex ( double coord ) const = 0 |
| -------------------------------------------------------------------------- Conversions between coordinates and bin indices -------------------------------------------------------------------------- Equivalent to xAxis().coordToIndex( coord );. | |
|
|
-------------------------------------------------------------------------- Entries The index accepts UNDERFLOW_BIN, values from 0 to N-1, or OVERFLOW_BIN -------------------------------------------------------------------------- Number of entries in a specific in-range bin (number of fills).
|
|
|
Bin contents error.
|
|
|
Height of a specific in-range bin (height respects weights of entries).
|
|
|
-------------------------------------------------------------------------- Conversions between coordinates and bin indices -------------------------------------------------------------------------- Equivalent to xAxis().coordToIndex( coord );.
|
|
|
-------------------------------------------------------------------------- Histogram characteristics -------------------------------------------------------------------------- Fill histogram.
|
|
|
Index of the in-range bin containing the maxBinHeight().
|
|
|
Max height of in-range bins in the whole histogram.
|
|
|
-------------------------------------------------------------------------- Statistics -------------------------------------------------------------------------- mean() returns the mean of the whole histogram as calculated on filling-time.
|
|
|
Index of the in-range bin containing the minBinHeight().
|
|
|
-------------------------------------------------------------------------- Minimum and maximum heights and bins -------------------------------------------------------------------------- Min height of in-range bins in the whole histogram.
|
|
|
rms() returns the rms of the whole histogram as calculated on filling-time.
|
|
|
-------------------------------------------------------------------------- Axis -------------------------------------------------------------------------- Get the X axis.
|
1.2.3 written by Dimitri van Heesch,
© 1997-2000