GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4TreeProxy Class Reference

#include <TGo4TreeProxy.h>

+ Inheritance diagram for TGo4TreeProxy:

Public Member Functions

 TGo4TreeProxy ()
 
 TGo4TreeProxy (TTree *tree, Bool_t owner=kFALSE)
 
virtual ~TGo4TreeProxy ()
 
const char * GetContainedClassName () const override
 
Int_t GetObjectKind () const override
 
Bool_t HasSublevels () const override
 
TGo4LevelIterMakeIter () override
 
std::unique_ptr< TGo4AccessProvideAccess (const char *name) override
 
- Public Member Functions inherited from TGo4Proxy
 TGo4Proxy ()
 
virtual ~TGo4Proxy ()
 
virtual Bool_t AssignObject (TGo4Slot *, TObject *, Bool_t)
 
 ClassDefOverride (TGo4Proxy, 0)
 
virtual void Finalize (TGo4Slot *)
 
virtual TObject * GetAssignedObject ()
 
virtual const char * GetContainedObjectInfo ()
 
virtual Int_t GetObjectSizeInfo () const
 
virtual void Initialize (TGo4Slot *)
 
virtual Bool_t IsAcceptObject (TClass *) const
 
virtual Bool_t ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param)
 
virtual void ReadData (TGo4Slot *, TDirectory *)
 
virtual Bool_t RemoveRegisteredObject (TObject *)
 
virtual void Update (TGo4Slot *, Bool_t)
 
virtual Bool_t Use () const
 
virtual void WriteData (TGo4Slot *, TDirectory *, Bool_t)
 

Static Public Member Functions

static std::unique_ptr< 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

 ClassDefOverride (TGo4TreeProxy, 0)
 

Protected Attributes

Bool_t fOwner {kFALSE}
 
TTree * fTree {nullptr}
 

Detailed Description

Definition at line 21 of file TGo4TreeProxy.h.

Constructor & Destructor Documentation

◆ TGo4TreeProxy() [1/2]

TGo4TreeProxy::TGo4TreeProxy ( )

Definition at line 104 of file TGo4TreeProxy.cxx.

References TGo4Proxy::TGo4Proxy(), fOwner, and fTree.

Referenced by ClassDefOverride().

◆ TGo4TreeProxy() [2/2]

TGo4TreeProxy::TGo4TreeProxy ( TTree * tree,
Bool_t owner = kFALSE )

Definition at line 111 of file TGo4TreeProxy.cxx.

References TGo4Proxy::TGo4Proxy(), fOwner, and fTree.

◆ ~TGo4TreeProxy()

TGo4TreeProxy::~TGo4TreeProxy ( )
virtual

Definition at line 118 of file TGo4TreeProxy.cxx.

References fOwner, and fTree.

Member Function Documentation

◆ ClassDefOverride()

TGo4TreeProxy::ClassDefOverride ( TGo4TreeProxy ,
0  )
protected

References TGo4TreeProxy().

◆ CreateAccess()

std::unique_ptr< TGo4Access > TGo4TreeProxy::CreateAccess ( TTree * tree,
const char * name )
static

◆ GetContainedClassName()

const char * TGo4TreeProxy::GetContainedClassName ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

Definition at line 128 of file TGo4TreeProxy.cxx.

References fTree.

◆ GetObjectKind()

Int_t TGo4TreeProxy::GetObjectKind ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

Definition at line 123 of file TGo4TreeProxy.cxx.

References fTree, TGo4Access::kndFolder, and TGo4Access::kndNone.

◆ HasSublevels()

Bool_t TGo4TreeProxy::HasSublevels ( ) const
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 27 of file TGo4TreeProxy.h.

References fTree.

◆ MakeIter()

TGo4LevelIter * TGo4TreeProxy::MakeIter ( )
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 29 of file TGo4TreeProxy.h.

References fTree, and ProduceIter().

◆ ProduceIter()

TGo4LevelIter * TGo4TreeProxy::ProduceIter ( TTree * tree)
static

◆ ProvideAccess()

std::unique_ptr< TGo4Access > TGo4TreeProxy::ProvideAccess ( const char * name)
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 32 of file TGo4TreeProxy.h.

References CreateAccess(), and fTree.

Field Documentation

◆ fOwner

Bool_t TGo4TreeProxy::fOwner {kFALSE}
protected

Definition at line 43 of file TGo4TreeProxy.h.

Referenced by TGo4TreeProxy(), TGo4TreeProxy(), and ~TGo4TreeProxy().

◆ fTree

TTree* TGo4TreeProxy::fTree {nullptr}
protected

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