Class defining a range.
More...
#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/NTuple.h>
template<class TYP>
class NTuple::Range< TYP >
Class defining a range.
Definition at line 38 of file NTuple.h.
◆ Range() [1/2]
Standard constructor.
Definition at line 66 of file NTuple.h.
◆ Range() [2/2]
Copy constructor.
Definition at line 68 of file NTuple.h.
◆ ~Range()
◆ distance()
Distance between lower and upper range.
Definition at line 82 of file NTuple.h.
◆ lower()
Lower boundary of range.
Definition at line 78 of file NTuple.h.
◆ max() [1/2]
Maximal number of data.
Definition at line 86 of file NTuple.h.
86 {
return std::numeric_limits<TYP>::max(); }
◆ max() [2/2]
◆ min() [1/2]
Minimal number of data.
Definition at line 84 of file NTuple.h.
84 {
return std::numeric_limits<TYP>::min(); }
◆ min() [2/2]
◆ operator=()
Adjust ranges.
Definition at line 70 of file NTuple.h.
◆ upper()
Upper boundary of range.
Definition at line 80 of file NTuple.h.
◆ m_lower
Lower boundary of range.
Definition at line 60 of file NTuple.h.
◆ m_upper
Upper boundary of range.
Definition at line 62 of file NTuple.h.
The documentation for this class was generated from the following file:
- GaudiKernel/include/GaudiKernel/NTuple.h