Just pair of numbers - min and max values of bin border.
int addBin(ParticleWeightingBinLimits *bin)
Check if bin exists and creates it if not.
void setName(const std::string &name)
Sets name of an axis.
bool isOverlappingBin(ParticleWeightingBinLimits *bin)
Return TRUE if bin exisits or overlaps with existing.
const int m_outOfRangeBinID
ID of out-of-range bin.
int findBin(ParticleWeightingBinLimits *bin)
Returns id of bin with given bin limits Returns out-of-range binID if can't find.
void printAxis()
Prints axis information to the B2INFO stream.