equal binning policy for Histogram More...
#include <Histogram.h>

Public Types | |
| typedef double | BinEdgeType |
| typedef const double & | ConstBinLowerEdgesRefType |
Public Member Functions | |
| EqualBinning (const size_t nBins, const double start, const double stop) | |
| size_t | GetBinIndexUnchecked (const double x) const |
| double | GetBinLowerEdge (const size_t bin) const |
| double | GetBinSize (const size_t) const |
| double | GetBinUpperEdge (const size_t bin) const |
| size_t | GetNBins () const |
| double | GetStart () const |
| double | GetStop () const |
| bool | IsOverflow (const double x) const |
| bool | IsUnderflow (const double x) const |
Private Attributes | |
| const double | fBinSize |
| const size_t | fNBins |
| const double | fStart |
| const double | fStop |
equal binning policy for Histogram
Definition at line 32 of file Histogram.h.
| typedef double utl::EqualBinning::BinEdgeType |
Definition at line 34 of file Histogram.h.
| typedef const double& utl::EqualBinning::ConstBinLowerEdgesRefType |
Definition at line 35 of file Histogram.h.
|
inline |
Definition at line 37 of file Histogram.h.
|
inline |
Definition at line 59 of file Histogram.h.
|
inline |
Definition at line 50 of file Histogram.h.
|
inline |
Definition at line 56 of file Histogram.h.
References fBinSize.
|
inline |
Definition at line 53 of file Histogram.h.
|
inline |
Definition at line 40 of file Histogram.h.
References fNBins.
Referenced by HistogramTest::testEqualBinning(), and HistogramTest::testHistogramWrap().
|
inline |
Definition at line 42 of file Histogram.h.
References fStart.
Referenced by HistogramTest::testEqualBinning(), and HistogramTest::testHistogramWrap().
|
inline |
Definition at line 44 of file Histogram.h.
References fStop.
Referenced by HistogramTest::testEqualBinning(), and HistogramTest::testHistogramWrap().
|
inline |
Definition at line 48 of file Histogram.h.
References fStop.
|
inline |
Definition at line 46 of file Histogram.h.
References fStart.
|
private |
Definition at line 66 of file Histogram.h.
Referenced by GetBinIndexUnchecked(), GetBinLowerEdge(), GetBinSize(), and GetBinUpperEdge().
|
private |
Definition at line 63 of file Histogram.h.
Referenced by GetNBins().
|
private |
Definition at line 64 of file Histogram.h.
Referenced by GetBinIndexUnchecked(), GetBinLowerEdge(), GetBinUpperEdge(), GetStart(), and IsUnderflow().
|
private |
Definition at line 65 of file Histogram.h.
Referenced by GetStop(), and IsOverflow().