GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4BranchStatus.h>
Public Member Functions | |
TGo4BranchStatus () | |
TGo4BranchStatus (TBranch *branch) | |
virtual | ~TGo4BranchStatus () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
Public Member Functions inherited from TGo4ObjectStatus | |
TGo4ObjectStatus () | |
TGo4ObjectStatus (TObject *object, Bool_t withtime=kTRUE) | |
virtual | ~TGo4ObjectStatus () |
const char * | GetObjectClass () const |
Int_t | GetObjectSize () const |
Bool_t | IsResetProtect () const |
Bool_t | IsDeleteProtect () const |
const char * | GetTimeString () const |
Public Member Functions inherited from TGo4Status | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
virtual void | Print (Option_t *dummy="") const |
Additional Inherited Members | |
Public Types inherited from TGo4Status | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
Static Public Member Functions inherited from TGo4Status | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
static Text_t * | PrintBuffer (char *buffer, Int_t &buflen, const char *text,...) |
Protected Attributes inherited from TGo4ObjectStatus | |
UInt_t | fiObjectSize |
Bool_t | fbResetProtect |
Bool_t | fbDeleteProtect |
TString | fxObjectClass |
TString | fxStatusTime |
Definition at line 21 of file TGo4BranchStatus.h.
TGo4BranchStatus::TGo4BranchStatus | ( | ) |
Definition at line 22 of file TGo4BranchStatus.cxx.
TGo4BranchStatus::TGo4BranchStatus | ( | TBranch * | branch | ) |
Create status information from given TBranch object. For reconstruction of TTree structure for display in remote browser.
Definition at line 27 of file TGo4BranchStatus.cxx.
References TGo4ObjectStatus::fxObjectClass.
|
virtual |
Definition at line 41 of file TGo4BranchStatus.cxx.
|
virtual |
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4ObjectStatus.
Definition at line 45 of file TGo4BranchStatus.cxx.
References GO4TRACE, TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TGo4ObjectStatus::PrintStatus().