GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | Private Attributes | List of all members
TGo4BranchAccess Class Reference
+ Inheritance diagram for TGo4BranchAccess:

Public Member Functions

 TGo4BranchAccess (TBranch *br)
 
const char * GetObjectName () const override
 
const char * GetObjectClassName () const override
 
- Public Member Functions inherited from TGo4Access
virtual ~TGo4Access ()
 
virtual Bool_t IsRemote () const
 
virtual Bool_t CanGetObject () const
 
virtual Bool_t GetObject (TObject *&obj, Bool_t &owner) const
 
virtual TClass * GetObjectClass () const
 
virtual Int_t AssignObjectTo (TGo4ObjectManager *rcv, const char *path)
 
Int_t AssignObjectToSlot (TGo4Slot *slot)
 

Private Attributes

TBranch * fBranch {nullptr}
 

Additional Inherited Members

- Public Types inherited from TGo4Access
enum  {
  kndNone = -1, kndObject = 0, kndFolder = 1, kndTreeBranch = 2,
  kndTreeLeaf = 3, kndGo4Param = 4, kndDataMember = 5, kndEventElement = 6,
  kndMoreFolder = 7, kndRootCommand = 8
}
 
- Protected Member Functions inherited from TGo4Access
void DoObjectAssignement (TGo4ObjectManager *rcv, const char *path, TObject *obj, Bool_t owner)
 

Detailed Description

Definition at line 22 of file TGo4TreeProxy.cxx.

Constructor & Destructor Documentation

◆ TGo4BranchAccess()

TGo4BranchAccess::TGo4BranchAccess ( TBranch *  br)
inline

Definition at line 24 of file TGo4TreeProxy.cxx.

Member Function Documentation

◆ GetObjectClassName()

const char* TGo4BranchAccess::GetObjectClassName ( ) const
inlineoverridevirtual

Reimplemented from TGo4Access.

Definition at line 29 of file TGo4TreeProxy.cxx.

References fBranch.

◆ GetObjectName()

const char* TGo4BranchAccess::GetObjectName ( ) const
inlineoverridevirtual

Reimplemented from TGo4Access.

Definition at line 26 of file TGo4TreeProxy.cxx.

References fBranch.

Member Data Documentation

◆ fBranch

TBranch* TGo4BranchAccess::fBranch {nullptr}
private

Definition at line 33 of file TGo4TreeProxy.cxx.

Referenced by GetObjectClassName(), and GetObjectName().


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