XeBins when the bins are equidistant. More...
#include <XeMath.h>
Public Member Functions | |
EquidistantBins (string what, int nBins, double a, double b) | |
EquidistantBins () | |
Void constructor for ROOT. | |
int | getBin (double value) |
virtual | ~EquidistantBins () |
Destructor. | |
Static Protected Member Functions | |
static string | getEquidistantName (string w, int n, double a, double b) |
Protected Attributes | |
double | step |
XeBins when the bins are equidistant.