Belle II Software
release-08-01-10
|
Just pair of numbers - min and max values of bin border. More...
#include <ParticleWeightingBinLimits.h>
Public Member Functions | |
ParticleWeightingBinLimits () | |
Constructor. | |
ParticleWeightingBinLimits (double ul, double ll) | |
Constructor. More... | |
double | first () const |
Lowest bin border. More... | |
double | second () const |
Highest bin border. More... | |
Private Attributes | |
double | m_lowerLimit |
lower limit | |
double | m_upperLimit |
upper limit | |
Just pair of numbers - min and max values of bin border.
Definition at line 21 of file ParticleWeightingBinLimits.h.
|
inline |
Constructor.
ul | some bin border |
ll | another bin border |
Definition at line 36 of file ParticleWeightingBinLimits.h.
|
inline |
Lowest bin border.
Definition at line 54 of file ParticleWeightingBinLimits.h.
|
inline |
Highest bin border.
Definition at line 63 of file ParticleWeightingBinLimits.h.