Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes

TGo4TreeProxy Class Reference

#include <TGo4TreeProxy.h>

Inheritance diagram for TGo4TreeProxy:
TGo4Proxy

List of all members.

Public Member Functions

 TGo4TreeProxy ()
 TGo4TreeProxy (TTree *tree, Bool_t owner=kFALSE)
virtual ~TGo4TreeProxy ()
virtual Bool_t HasSublevels () const
virtual TGo4LevelIterMakeIter ()
virtual TGo4AccessMakeProxy (const char *name)
virtual Int_t GetObjectKind ()
virtual const char * GetContainedClassName ()

Static Public Member Functions

static TGo4AccessProduceProxy (TTree *tree, const char *name)
static TGo4LevelIterProduceIter (TTree *tree)

Protected Member Functions

 ClassDef (TGo4TreeProxy, 1)

Protected Attributes

TTree * fTree
Bool_t fOwner

Detailed Description

Definition at line 21 of file TGo4TreeProxy.h.


Constructor & Destructor Documentation

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.

References fOwner, and fTree.


Member Function Documentation

TGo4TreeProxy::ClassDef ( TGo4TreeProxy  ,
 
) [protected]
const char * TGo4TreeProxy::GetContainedClassName (  )  [virtual]

Reimplemented from TGo4Proxy.

Definition at line 134 of file TGo4TreeProxy.cxx.

References fTree.

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]

Reimplemented from TGo4Proxy.

Definition at line 27 of file TGo4TreeProxy.h.

References fTree.

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]
TGo4Access * TGo4TreeProxy::ProduceProxy ( TTree *  tree,
const char *  name 
) [static]

Definition at line 139 of file TGo4TreeProxy.cxx.

Referenced by MakeProxy().


Member Data Documentation

Bool_t TGo4TreeProxy::fOwner [protected]

Definition at line 43 of file TGo4TreeProxy.h.

Referenced by ~TGo4TreeProxy().


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