FairRoot/PandaRoot
|
#include <RhoColumn.h>
Public Member Functions | |
RhoHTRange () | |
RhoHTRange (T lowerv, T upperv) | |
RhoHTRange (const RhoHTRange< T > &o) | |
virtual | ~RhoHTRange () |
RhoHTRange< T > & | operator= (const RhoHTRange< T > &o) |
Bool_t | operator() () const |
T | lower () const |
T | upper () const |
Private Attributes | |
Bool_t | fDefined |
T | fLower |
T | fUpper |
Definition at line 28 of file RhoColumn.h.
|
inline |
Definition at line 44 of file RhoColumn.h.
|
inline |
Definition at line 48 of file RhoColumn.h.
|
inline |
Definition at line 53 of file RhoColumn.h.
|
inlinevirtual |
Definition at line 58 of file RhoColumn.h.
|
inline |
Definition at line 76 of file RhoColumn.h.
References RhoHTRange< T >::fLower.
|
inline |
Definition at line 71 of file RhoColumn.h.
References RhoHTRange< T >::fDefined.
|
inline |
Definition at line 62 of file RhoColumn.h.
References RhoHTRange< T >::fDefined, RhoHTRange< T >::fLower, and RhoHTRange< T >::fUpper.
|
inline |
Definition at line 79 of file RhoColumn.h.
References RhoHTRange< T >::fUpper.
|
private |
Definition at line 94 of file RhoColumn.h.
Referenced by RhoHTRange< T >::operator()(), and RhoHTRange< T >::operator=().
|
private |
Definition at line 95 of file RhoColumn.h.
Referenced by RhoHTRange< T >::lower(), and RhoHTRange< T >::operator=().
|
private |
Definition at line 95 of file RhoColumn.h.
Referenced by RhoHTRange< T >::operator=(), and RhoHTRange< T >::upper().