17 #include "TObjArray.h" 19 #include "TGo4LockGuard.h" 25 TGo4Status(
"Go4 Default Analysis Status",
"Go4 Analysis Status Object")
48 PrintLine(
"----------------------------------------------");
49 PrintLine(
"++++++ Status of %s ++++++", GetName());
57 PrintLine(
"----------------------------------------------");
58 TROOT::IncreaseDirLevel();
61 for (
int indx = 0; indx < num; ++indx) {
63 if (step) step->Print();
66 TROOT::DecreaseDirLevel();
67 PrintLine(
"----------------------------------------------");
const char * GetAutoFileName() const
Int_t GetFirstStepIndex() const
virtual ~TGo4AnalysisStatus()
Int_t GetAutoSaveCompression() const
Int_t GetAutoSaveInterval() const
TGo4AnalysisStepStatus * NextStepStatus()
Int_t IsAutoSaveOverwrite() const
Int_t IsAutoSaveOn() const
Int_t GetNumberOfSteps() const
Bool_t AddStepStatus(TGo4AnalysisStepStatus *next)
TGo4AnalysisStepStatus * GetStepStatus(const char *name)
void Print(Option_t *opt="") const override
Int_t GetLastStepIndex() const
static void PrintLine(const char *text,...)
TIterator * fxStepIterator