The Gaudi Framework  v29r3 (fa547fc2)
NTuple::Range< bool > Class Template Reference

#include <GaudiKernel/NTuple.h>

Public Member Functions

 Range (const bool, const bool)
 Standard constructor. More...
 
 Range (const Range< bool > &)
 Copy constructor. More...
 
virtual ~Range ()=default
 Destructor. More...
 
bool lower () const
 Lower boundary of range. More...
 
bool upper () const
 Upper boundary of range. More...
 
bool distance () const
 Distance between lower and upper range. More...
 

Static Public Member Functions

static bool min ()
 Minimal number of data. More...
 
static bool max ()
 Maximal number of data. More...
 

Detailed Description

template<>
class NTuple::Range< bool >

Definition at line 91 of file NTuple.h.

Constructor & Destructor Documentation

NTuple::Range< bool >::Range ( const bool  ,
const bool   
)
inline

Standard constructor.

Definition at line 95 of file NTuple.h.

95 {}
NTuple::Range< bool >::Range ( const Range< bool > &  )
inline

Copy constructor.

Definition at line 97 of file NTuple.h.

97 {}
virtual NTuple::Range< bool >::~Range ( )
virtualdefault

Destructor.

Member Function Documentation

bool NTuple::Range< bool >::distance ( ) const
inline

Distance between lower and upper range.

Definition at line 105 of file NTuple.h.

105 { return true; }
bool NTuple::Range< bool >::lower ( ) const
inline

Lower boundary of range.

Definition at line 101 of file NTuple.h.

101 { return false; }
static bool NTuple::Range< bool >::max ( )
inlinestatic

Maximal number of data.

Definition at line 109 of file NTuple.h.

109 { return true; }
static bool NTuple::Range< bool >::min ( )
inlinestatic

Minimal number of data.

Definition at line 107 of file NTuple.h.

107 { return false; }
bool NTuple::Range< bool >::upper ( ) const
inline

Upper boundary of range.

Definition at line 103 of file NTuple.h.

103 { return true; }

The documentation for this class was generated from the following file: