GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TGo4TreeProxy Class Reference

#include <TGo4TreeProxy.h>

+ Inheritance diagram for TGo4TreeProxy:

Public Member Functions

 TGo4TreeProxy ()
 
 TGo4TreeProxy (TTree *tree, Bool_t owner=kFALSE)
 
virtual ~TGo4TreeProxy ()
 
virtual Bool_t HasSublevels () const
 
virtual TGo4LevelIterMakeIter ()
 
virtual TGo4AccessProvideAccess (const char *name)
 
virtual Int_t GetObjectKind ()
 
virtual const char * GetContainedClassName ()
 
- Public Member Functions inherited from TGo4Proxy
 TGo4Proxy ()
 
virtual ~TGo4Proxy ()
 
virtual void Initialize (TGo4Slot *slot)
 
virtual void Finalize (TGo4Slot *slot)
 
virtual Bool_t RemoveRegisteredObject (TObject *obj)
 
virtual Bool_t Use () const
 
virtual const char * GetContainedObjectInfo ()
 
virtual Int_t GetObjectSizeInfo ()
 
virtual void WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs)
 
virtual void ReadData (TGo4Slot *slot, TDirectory *dir)
 
virtual Bool_t IsAcceptObject (TClass *cl)
 
virtual Bool_t AssignObject (TGo4Slot *slot, TObject *obj, Bool_t owner)
 
virtual TObject * GetAssignedObject ()
 
virtual void Update (TGo4Slot *slot, Bool_t strong)
 
virtual Bool_t ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param)
 
 ClassDef (TGo4Proxy, 1)
 

Static Public Member Functions

static TGo4AccessCreateAccess (TTree *tree, const char *name)
 
static TGo4LevelIterProduceIter (TTree *tree)
 
- Static Public Member Functions inherited from TGo4Proxy
static TClass * GetClass (const char *classname, Bool_t load=kFALSE)
 

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
TGo4Access * TGo4TreeProxy::CreateAccess ( TTree *  tree,
const char *  name 
)
static
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, TGo4Access::kndFolder, and TGo4Access::kndNone.

virtual Bool_t TGo4TreeProxy::HasSublevels ( ) const
inlinevirtual

Reimplemented from TGo4Proxy.

Definition at line 27 of file TGo4TreeProxy.h.

References fTree.

virtual TGo4LevelIter* TGo4TreeProxy::MakeIter ( )
inlinevirtual

Reimplemented from TGo4Proxy.

Definition at line 29 of file TGo4TreeProxy.h.

References fTree, and ProduceIter().

TGo4LevelIter * TGo4TreeProxy::ProduceIter ( TTree *  tree)
static
virtual TGo4Access* TGo4TreeProxy::ProvideAccess ( const char *  name)
inlinevirtual

Reimplemented from TGo4Proxy.

Definition at line 32 of file TGo4TreeProxy.h.

References CreateAccess(), and fTree.

Member Data Documentation

Bool_t TGo4TreeProxy::fOwner
protected

Definition at line 43 of file TGo4TreeProxy.h.

Referenced by ~TGo4TreeProxy().

TTree* TGo4TreeProxy::fTree
protected

The documentation for this class was generated from the following files: