#include <EvenBinAxis.h>
Public Methods | |
EvenBinAxis (int nBins, double lowEdge, double highEdge) | |
Constructor. | |
~EvenBinAxis () | |
Destructor. | |
bool | isFixedBinning () const |
Methods inherited from AIDA::IAxis. | |
double | lowerEdge () const |
double | upperEdge () const |
int | bins () const |
double | binLowerEdge (int index) const |
double | binUpperEdge (int index) const |
double | binWidth (int index) const |
int | coordToIndex (double coord) const |
Private Attributes | |
int | m_bins |
double | m_lowEdge |
double | m_highEdge |
double | m_binSize |
|
Definition at line 13 of file EvenBinAxis.cpp. |
|
Definition at line 22 of file EvenBinAxis.h. |
|
Definition at line 23 of file EvenBinAxis.cpp. References m_bins, m_binSize, m_highEdge, m_lowEdge, and negative_infinity. |
|
|
|
Definition at line 33 of file EvenBinAxis.cpp. References m_bins, m_binSize, m_lowEdge, and positive_infinity. |
|
|
|
Definition at line 43 of file EvenBinAxis.cpp. References m_binSize, m_highEdge, and m_lowEdge. |
|
|
|
|
|
|
|
Definition at line 35 of file EvenBinAxis.h. Referenced by binLowerEdge(), and binUpperEdge(). |
|
Definition at line 38 of file EvenBinAxis.h. Referenced by binLowerEdge(), binUpperEdge(), and coordToIndex(). |
|
Definition at line 37 of file EvenBinAxis.h. Referenced by binLowerEdge(), and coordToIndex(). |
|
Definition at line 36 of file EvenBinAxis.h. Referenced by binLowerEdge(), binUpperEdge(), and coordToIndex(). |