Class defining a range.
More...
#include </scratch/z5/marcocle/lhcb-release/419/GAUDI/GAUDI_v26r1/InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h>
|
| | Range (const TYP low, const TYP upper) |
| | Standard constructor.
|
| |
| | Range (const Range< TYP > ©) |
| | Copy constructor.
|
| |
| Range & | operator= (const Range< TYP > ©) |
| | Adjust ranges.
|
| |
| virtual | ~Range () |
| | Destructor.
|
| |
| TYP | lower () const |
| | Lower boundary of range.
|
| |
| TYP | upper () const |
| | Upper boundary of range.
|
| |
| TYP | distance () const |
| | Distance between lower and upper range.
|
| |
| | Range (const TYP low, const TYP upper) |
| | Standard constructor.
|
| |
| | Range (const Range< TYP > ©) |
| | Copy constructor.
|
| |
| Range & | operator= (const Range< TYP > ©) |
| | Adjust ranges.
|
| |
| virtual | ~Range () |
| | Destructor.
|
| |
| TYP | lower () const |
| | Lower boundary of range.
|
| |
| TYP | upper () const |
| | Upper boundary of range.
|
| |
| TYP | distance () const |
| | Distance between lower and upper range.
|
| |
|
| static TYP | min () |
| | Minimal number of data.
|
| |
| static TYP | max () |
| | Maximal number of data.
|
| |
| static TYP | min () |
| | Minimal number of data.
|
| |
| static TYP | max () |
| | Maximal number of data.
|
| |
|
| TYP | m_lower |
| | Lower boundary of range.
|
| |
| TYP | m_upper |
| | Upper boundary of range.
|
| |
template<class TYP>
class NTuple::Range< TYP >
Class defining a range.
Definition at line 49 of file NTuple.h.
Standard constructor.
Definition at line 56 of file NTuple.h.
Copy constructor.
Definition at line 59 of file NTuple.h.
Destructor.
Definition at line 69 of file NTuple.h.
Standard constructor.
Definition at line 56 of file NTuple.h.
Copy constructor.
Definition at line 59 of file NTuple.h.
Destructor.
Definition at line 69 of file NTuple.h.
Distance between lower and upper range.
Definition at line 75 of file NTuple.h.
Distance between lower and upper range.
Definition at line 75 of file NTuple.h.
Lower boundary of range.
Definition at line 71 of file NTuple.h.
Lower boundary of range.
Definition at line 71 of file NTuple.h.
Maximal number of data.
Definition at line 79 of file NTuple.h.
{ return std::numeric_limits<TYP>::max() ; }
Maximal number of data.
Definition at line 79 of file NTuple.h.
{ return std::numeric_limits<TYP>::max() ; }
Minimal number of data.
Definition at line 77 of file NTuple.h.
Minimal number of data.
Definition at line 77 of file NTuple.h.
Adjust ranges.
Definition at line 63 of file NTuple.h.
Adjust ranges.
Definition at line 63 of file NTuple.h.
Upper boundary of range.
Definition at line 73 of file NTuple.h.
Upper boundary of range.
Definition at line 73 of file NTuple.h.
template<class TYP>
| TYP Range< TYP >::m_lower |
|
private |
Lower boundary of range.
Definition at line 51 of file NTuple.h.
template<class TYP>
| TYP Range< TYP >::m_upper |
|
private |
Upper boundary of range.
Definition at line 53 of file NTuple.h.
The documentation for this class was generated from the following files:
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h
- InstallArea/x86_64-slc6-gcc48-opt/include/GaudiKernel/NTuple.h