Gaudi Framework, version v22r2

Home   Generated: Tue May 10 2011
Public Member Functions | Static Public Member Functions

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

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

Standard constructor.

Definition at line 86 of file NTuple.h.

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

Copy constructor.

Definition at line 88 of file NTuple.h.

{}
virtual NTuple::Range< bool >::~Range (  ) [inline, virtual]

Destructor.

Definition at line 90 of file NTuple.h.

{                               }

Member Function Documentation

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

Distance between lower and upper range.

Definition at line 96 of file NTuple.h.

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

Lower boundary of range.

Definition at line 92 of file NTuple.h.

{ return false;                 }
static bool NTuple::Range< bool >::max (  ) [inline, static]

Maximal number of data.

Definition at line 100 of file NTuple.h.

{ return true;                  }
static bool NTuple::Range< bool >::min (  ) [inline, static]

Minimal number of data.

Definition at line 98 of file NTuple.h.

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

Upper boundary of range.

Definition at line 94 of file NTuple.h.

{ return true;                  }

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Tue May 10 2011 18:55:43 for Gaudi Framework, version v22r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004