41 return dynamic_cast<TList *
> (
fxTopFolder->GetListOfFolders());
56 gROOT->SetDirLevel(0);
57 PrintLine(
"G-OOOO-> Analysis Object Names Printout <-OOOO-G");
58 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
66 gROOT->IncreaseDirLevel();
68 PrintLine(
"G-OOOO-> Status Folder %s Printout <-OOOO-G", fold->GetName());
69 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
71 TIter iter(fold->GetListOfFolders());
73 while(
auto entry = iter()) {
74 if(entry->InheritsFrom(TFolder::Class())) {
76 }
else if (entry->InheritsFrom(TGo4Status::Class())) {
83 PrintLine(
"G-OOOO-> ---------------------------------------------- <-OOOO-G");
85 gROOT->DecreaseDirLevel();
TGo4AnalysisObjectNames()
TFolder * GetNamesFolder(Bool_t chown=kFALSE)
void PrintFolder(TFolder *fold) const
void Print(Option_t *opt="") const override
virtual ~TGo4AnalysisObjectNames()
static void PrintLine(const char *text,...)