![]() |
Belle II Software
release-05-02-19
|
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 () |
| Lowest bin border. More... | |
| double | second () |
| 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 31 of file ParticleWeightingBinLimits.h.
|
inline |
Constructor.
| ul | some bin border |
| ll | another bin border |
Definition at line 46 of file ParticleWeightingBinLimits.h.
|
inline |
Lowest bin border.
Definition at line 64 of file ParticleWeightingBinLimits.h.
|
inline |
Highest bin border.
Definition at line 73 of file ParticleWeightingBinLimits.h.