14#ifndef TGO4ANALYSISOBJECTNAMES_H 
   15#define TGO4ANALYSISOBJECTNAMES_H 
   50      void Print(Option_t *opt = 
"") 
const override;
 
 
Contains the name (key) list of all objects in the analysis scope.
 
virtual ~TGo4AnalysisObjectNames()
 
TFolder * fxTopFolder
Top Level Go4 Folder with all subfolders and the analysis folder contents as TObjString instances.
 
friend class TGo4Analysis
 
void SetTopFolder(TFolder *f)
 
TFolder * GetNamesFolder(Bool_t chown=kFALSE)
Access to the folder containing the names objects.
 
void PrintFolder(TFolder *fold) const
Print names of the objects in given nameslist folder into buffer.
 
void Print(Option_t *opt="") const override
basic method to printout status information on stdout; to be overridden by specific subclass
 
TList * GetFolderList()
Access to the list of the names folder structure.
 
TGo4AnalysisObjectNames()
default ctor for streamer.
 
friend class TGo4AnalysisObjectManager