![]() |
PandaRoot
|
#include <RhoColumn.h>
Public Member Functions | |
| RhoIntColumn (const char *, const Int_t &, const Int_t &, TTree *) | |
| virtual | ~RhoIntColumn () |
| 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 166 of file RhoColumn.h.
| RhoIntColumn::RhoIntColumn | ( | const char * | , |
| const Int_t & | , | ||
| const Int_t & | , | ||
| TTree * | |||
| ) |
|
inlinevirtual |
Definition at line 169 of file RhoColumn.h.
|
inlinevirtual |
|
inlinevirtual |