The Gaudi Framework
v30r3 (a5ef0a68)
|
Class defining a range. More...
#include <GaudiKernel/NTuple.h>
Public Member Functions | |
Range (TYP low, TYP upper) | |
Standard constructor. More... | |
Range (const Range< TYP > ©) | |
Copy constructor. More... | |
Range & | operator= (const Range< TYP > ©) |
Adjust ranges. More... | |
virtual | ~Range ()=default |
Destructor. More... | |
TYP | lower () const |
Lower boundary of range. More... | |
TYP | upper () const |
Upper boundary of range. More... | |
TYP | distance () const |
Distance between lower and upper range. More... | |
template<> | |
IOpaqueAddress * | min () |
template<> | |
IOpaqueAddress * | max () |
Static Public Member Functions | |
static TYP | min () |
Minimal number of data. More... | |
static TYP | max () |
Maximal number of data. More... | |
Private Attributes | |
TYP | m_lower |
Lower boundary of range. More... | |
TYP | m_upper |
Upper boundary of range. More... | |
Class defining a range.
|
inline |
|
inline |
|
virtualdefault |
Destructor.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
private |
|
private |