#include <TGo4Status.h>
Inheritance diagram for TGo4Status:
Public Types | |
enum | { kGo4NoReset = BIT(20), kGo4CanDelete = BIT(21), kGo4BackStoreReset = BIT(22) } |
Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc. More... | |
Public Member Functions | |
TGo4Status () | |
TGo4Status (const char *name) | |
TGo4Status (const char *name, const char *title) | |
virtual | ~TGo4Status () |
virtual Int_t | PrintStatus (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass | |
virtual void | Print (Option_t *dummy="") const |
Static Public Member Functions | |
static Text_t * | PrintIndent (Text_t *buffer, Int_t &buflen) |
Insert indentation blanks into text buffer. | |
static Text_t * | PrintBuffer (Text_t *buffer, Int_t &buflen, const Text_t *text,...) |
Print text with variable expression into buffer. |
|
Go4 status bits to be used in object manager to suppress resetting or deleting histograms, etc.
Definition at line 61 of file TGo4Status.h. |
|
Definition at line 26 of file TGo4Status.cxx. |
|
Definition at line 31 of file TGo4Status.cxx. References TRACE. |
|
Definition at line 37 of file TGo4Status.cxx. References TRACE. |
|
Definition at line 43 of file TGo4Status.cxx. References TRACE. |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented in TGo4AnalysisClientStatus, TGo4AnalysisObjectNames, TGo4AnalysisObjectResult, TGo4AnalysisStatus, TGo4AnalysisStepStatus, TGo4HistogramStatus, TGo4ParameterStatus, TGo4BranchStatus, TGo4MemberStatus, TGo4ObjectStatus, TGo4ClientStatus, TGo4TaskHandlerStatus, TGo4TaskStatus, and TGo4ExampleClientStatus. Definition at line 55 of file TGo4Status.cxx. References TRACE. Referenced by TGo4ExampleController::DisplayLog(), Print(), and TGo4AnalysisObjectNames::PrintFolder(). |
|
Definition at line 48 of file TGo4Status.cxx. References PrintStatus(). |
|
|