NTuple::Range< bool > Class Template Reference
#include <NTuple.h>
List of all members.
|
Public Member Functions |
| | Range (const bool, const bool) |
| | Standard constructor.
|
| | Range (const Range< bool > &) |
| | Copy constructor.
|
| virtual | ~Range () |
| | Destructor.
|
| bool | lower () const |
| | Lower boundary of range.
|
| bool | upper () const |
| | Upper boundary of range.
|
| bool | distance () const |
| | Distance between lower and upper range.
|
Static Public Member Functions |
| static bool | min () |
| | Minimal number of data.
|
| static bool | max () |
| | Maximal number of data.
|
Detailed Description
template<>
class NTuple::Range< bool >
Definition at line 82 of file NTuple.h.
Constructor & Destructor Documentation
Standard constructor.
Definition at line 86 of file NTuple.h.
Copy constructor.
Definition at line 88 of file NTuple.h.
Destructor.
Definition at line 90 of file NTuple.h.
Member Function Documentation
Lower boundary of range.
Definition at line 92 of file NTuple.h.
Upper boundary of range.
Definition at line 94 of file NTuple.h.
Distance between lower and upper range.
Definition at line 96 of file NTuple.h.
Minimal number of data.
Definition at line 98 of file NTuple.h.
Maximal number of data.
Definition at line 100 of file NTuple.h.
The documentation for this class was generated from the following file:
- /afs/cern.ch/sw/Gaudi/releases/GAUDI/GAUDI_v21r9/GaudiKernel/GaudiKernel/NTuple.h