![]() |
PandaRoot
|
#include <RhoColumn.h>
Public Member Functions | |
| RhoBoolColumn (const char *, const Bool_t &, const Bool_t &, TTree *) | |
| virtual | ~RhoBoolColumn () |
| virtual void | SetDefValue () |
| virtual void | SetValue (const void *p, RhoColumn *) |
Public Member Functions inherited from RhoColumn | |
| RhoColumn (const char *l) | |
| virtual | ~RhoColumn () |
| const TString & | GetLabel () const |
| TBranch * | GetBrPointer () |
| void * | GetPointer () |
| void | SetPointer (void *p) |
| void | SetUseDefValue (Int_t b) |
| const Int_t & | GetUseDefValue () const |
Additional Inherited Members | |
Protected Attributes inherited from RhoColumn | |
| TString | fLabel |
| Int_t | fUseDefValue |
| void * | fPointer |
| TBranch * | fBranch |
Definition at line 125 of file RhoColumn.h.
| RhoBoolColumn::RhoBoolColumn | ( | const char * | , |
| const Bool_t & | , | ||
| const Bool_t & | , | ||
| TTree * | |||
| ) |
|
inlinevirtual |
Definition at line 128 of file RhoColumn.h.
|
inlinevirtual |
|
inlinevirtual |