|
| Axis (int n, double lo, double up) |
| Standard constructor.
|
|
| Axis (const Axis &a) |
| Copy constructor.
|
|
virtual | ~Axis () |
| Destructor.
|
|
bool | isFixedBinning () const |
| Check if the IAxis has fixed binning, i.e. More...
|
|
double | lowerEdge () const |
| Get the lower edge of the IAxis. More...
|
|
double | upperEdge () const |
| Get the upper edge of the IAxis. More...
|
|
int | bins () const |
| The number of bins (excluding underflow and overflow) on the IAxis. More...
|
|
double | binLowerEdge (int index) const |
| Get the lower edge of the specified bin. More...
|
|
double | binUpperEdge (int index) const |
| Get the upper edge of the specified bin. More...
|
|
double | binWidth (int) const |
| Get the width of the specified bin. More...
|
|
int | coordToIndex (double coord) const |
| Convert a coordinate on the axis to a bin number. More...
|
|
double | binMidPoint (int index) const |
| Return the midpoint of the specified bin. More...
|
|
An Axis represents a binned histogram axis.
A 1D Histogram would have one Axis representing the X axis, while a 2D Histogram would have two axes representing the X and Y Axis.
Definition at line 30 of file Axis.h.