|
HIPO
4.3.0
High Performance Output data format for experimental physics
|
Uniform binning axis for histograms. More...
#include <twig.h>
Public Member Functions | |
| axis () | |
| Default constructor. More... | |
| axis (int n, double min, double max) | |
| Construct an axis with uniform bins. More... | |
| virtual | ~axis () |
| void | init (int n, double min, double max) |
| Initialize the axis with uniform bins. More... | |
| int | find (double value) |
| Find the bin index for a given value. More... | |
| int | nbins () |
| double | center (int bin) |
| double | min () |
| double | max () |
Uniform binning axis for histograms.
Defines equally-spaced bins between a minimum and maximum value.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |