#include <TGo4TreeProxy.h>
Public Member Functions | |
TGo4TreeProxy () | |
TGo4TreeProxy (TTree *tree, Bool_t owner=kFALSE) | |
virtual | ~TGo4TreeProxy () |
virtual Bool_t | HasSublevels () const |
virtual TGo4LevelIter * | MakeIter () |
virtual TGo4Access * | MakeProxy (const char *name) |
virtual Int_t | GetObjectKind () |
virtual const char * | GetContainedClassName () |
Static Public Member Functions | |
static TGo4Access * | ProduceProxy (TTree *tree, const char *name) |
static TGo4LevelIter * | ProduceIter (TTree *tree) |
Protected Member Functions | |
ClassDef (TGo4TreeProxy, 1) | |
Protected Attributes | |
TTree * | fTree |
Bool_t | fOwner |
Definition at line 21 of file TGo4TreeProxy.h.
TGo4TreeProxy::TGo4TreeProxy | ( | ) |
Definition at line 109 of file TGo4TreeProxy.cxx.
TGo4TreeProxy::TGo4TreeProxy | ( | TTree * | tree, | |
Bool_t | owner = kFALSE | |||
) |
Definition at line 116 of file TGo4TreeProxy.cxx.
TGo4TreeProxy::~TGo4TreeProxy | ( | ) | [virtual] |
Definition at line 123 of file TGo4TreeProxy.cxx.
TGo4TreeProxy::ClassDef | ( | TGo4TreeProxy | , | |
1 | ||||
) | [protected] |
const char * TGo4TreeProxy::GetContainedClassName | ( | ) | [virtual] |
Int_t TGo4TreeProxy::GetObjectKind | ( | ) | [virtual] |
Reimplemented from TGo4Proxy.
Definition at line 128 of file TGo4TreeProxy.cxx.
References fTree, and TGo4Access::kndFolder.
virtual Bool_t TGo4TreeProxy::HasSublevels | ( | ) | const [inline, virtual] |
virtual TGo4LevelIter* TGo4TreeProxy::MakeIter | ( | ) | [inline, virtual] |
Reimplemented from TGo4Proxy.
Definition at line 29 of file TGo4TreeProxy.h.
References fTree, and ProduceIter().
virtual TGo4Access* TGo4TreeProxy::MakeProxy | ( | const char * | name | ) | [inline, virtual] |
Reimplemented from TGo4Proxy.
Definition at line 32 of file TGo4TreeProxy.h.
References fTree, and ProduceProxy().
TGo4LevelIter * TGo4TreeProxy::ProduceIter | ( | TTree * | tree | ) | [static] |
Definition at line 168 of file TGo4TreeProxy.cxx.
Referenced by MakeIter(), TGo4FolderLevelIter::name(), and TGo4DirLevelIter::subiterator().
TGo4Access * TGo4TreeProxy::ProduceProxy | ( | TTree * | tree, | |
const char * | name | |||
) | [static] |
Definition at line 139 of file TGo4TreeProxy.cxx.
Referenced by MakeProxy().
Bool_t TGo4TreeProxy::fOwner [protected] |
Definition at line 43 of file TGo4TreeProxy.h.
Referenced by ~TGo4TreeProxy().
TTree* TGo4TreeProxy::fTree [protected] |
Definition at line 42 of file TGo4TreeProxy.h.
Referenced by GetContainedClassName(), GetObjectKind(), HasSublevels(), MakeIter(), MakeProxy(), and ~TGo4TreeProxy().