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

#include <TGo4TreeProxy.h>

Inheritance diagram for TGo4TreeProxy:

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 ClassDefOverride (TGo4TreeProxy, 0)
 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/4]

TGo4TreeProxy::TGo4TreeProxy ( )

Definition at line 104 of file TGo4TreeProxy.cxx.

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

Referenced by ClassDefOverride().

◆ TGo4TreeProxy() [2/4]

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

Definition at line 111 of file TGo4TreeProxy.cxx.

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

◆ ~TGo4TreeProxy() [1/2]

TGo4TreeProxy::~TGo4TreeProxy ( )
virtual

Definition at line 118 of file TGo4TreeProxy.cxx.

References fOwner, and fTree.

◆ TGo4TreeProxy() [3/4]

TGo4TreeProxy::TGo4TreeProxy ( )

◆ TGo4TreeProxy() [4/4]

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

◆ ~TGo4TreeProxy() [2/2]

virtual TGo4TreeProxy::~TGo4TreeProxy ( )
virtual

Member Function Documentation

◆ ClassDefOverride() [1/2]

TGo4TreeProxy::ClassDefOverride ( TGo4TreeProxy ,
0  )
protected

References TGo4TreeProxy().

◆ ClassDefOverride() [2/2]

TGo4TreeProxy::ClassDefOverride ( TGo4TreeProxy ,
0  )
protected

References TGo4TreeProxy().

◆ CreateAccess() [1/2]

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

◆ CreateAccess() [2/2]

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

◆ GetContainedClassName() [1/2]

const char * TGo4TreeProxy::GetContainedClassName ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

Definition at line 128 of file TGo4TreeProxy.cxx.

References fTree.

◆ GetContainedClassName() [2/2]

const char * TGo4TreeProxy::GetContainedClassName ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

◆ GetObjectKind() [1/2]

Int_t TGo4TreeProxy::GetObjectKind ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

Definition at line 123 of file TGo4TreeProxy.cxx.

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

◆ GetObjectKind() [2/2]

Int_t TGo4TreeProxy::GetObjectKind ( ) const
overridevirtual

Reimplemented from TGo4Proxy.

◆ HasSublevels() [1/2]

Bool_t TGo4TreeProxy::HasSublevels ( ) const
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 27 of file TGo4TreeProxy.h.

References fTree.

◆ HasSublevels() [2/2]

Bool_t TGo4TreeProxy::HasSublevels ( ) const
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 27 of file TGo4TreeProxy.h.

References fTree.

◆ MakeIter() [1/2]

TGo4LevelIter * TGo4TreeProxy::MakeIter ( )
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 29 of file TGo4TreeProxy.h.

References fTree, and ProduceIter().

◆ MakeIter() [2/2]

TGo4LevelIter * TGo4TreeProxy::MakeIter ( )
inlineoverridevirtual

Reimplemented from TGo4Proxy.

Definition at line 29 of file TGo4TreeProxy.h.

References fTree, and ProduceIter().

◆ ProduceIter() [1/2]

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

◆ ProduceIter() [2/2]

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

References fTree.

◆ ProvideAccess() [1/2]

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.

◆ ProvideAccess() [2/2]

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: