#include <TGo4AnalysisObjectNames.h>
Inheritance diagram for TGo4AnalysisObjectNames:
Public Member Functions | |
TGo4AnalysisObjectNames () | |
default ctor for streamer. | |
virtual | ~TGo4AnalysisObjectNames () |
void | SetTopFolder (TFolder *f) |
TList * | GetFolderList () |
Access to the list of the names folder structure. | |
TFolder * | GetNamesFolder (Bool_t chown=kFALSE) |
Access to the folder containing the names objects. | |
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 | |
Int_t | PrintFolder (TFolder *fold, Text_t *buf, Int_t buflen=0) |
Print names of the objects in given nameslist folder into buffer. | |
Private Member Functions | |
TGo4AnalysisObjectNames (const char *name) | |
private ctor can only invoked by Go4Analysis class, which is friend. | |
Private Attributes | |
TFolder * | fxTopFolder |
Top Level Go4 Folder with all subfolders and the analysis folder contents as TObjString instances. | |
Friends | |
class | TGo4Analysis |
class | TGo4AnalysisObjectManager |
This object is sent via status channel to the gui server on command to update the displayed information.
Definition at line 30 of file TGo4AnalysisObjectNames.h.
|
default ctor for streamer.
Definition at line 24 of file TGo4AnalysisObjectNames.cxx. |
|
Definition at line 37 of file TGo4AnalysisObjectNames.cxx. References fxTopFolder, and TRACE. |
|
private ctor can only invoked by Go4Analysis class, which is friend.
Definition at line 30 of file TGo4AnalysisObjectNames.cxx. References TRACE. |
|
Definition at line 42 of file TGo4AnalysisObjectNames.h. References fxTopFolder. |
|
Access to the list of the names folder structure.
Definition at line 46 of file TGo4AnalysisObjectNames.cxx. References fxTopFolder. |
|
Access to the folder containing the names objects.
Definition at line 54 of file TGo4AnalysisObjectNames.cxx. References fxTopFolder. Referenced by TGo4AnalysisProxy::MakeIter(), and TGo4AnalysisProxy::MakeProxy(). |
|
basic method to printout status information on stdout; to be overridden by specific subclass
Reimplemented from TGo4Status. Definition at line 62 of file TGo4AnalysisObjectNames.cxx. References fxTopFolder, TGo4Status::PrintBuffer(), PrintFolder(), and TRACE. Referenced by main(), and TGo4AnalysisObjectResult::PrintStatus(). |
|
Print names of the objects in given nameslist folder into buffer.
Definition at line 93 of file TGo4AnalysisObjectNames.cxx. References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), TGo4Status::PrintStatus(), and TRACE. Referenced by PrintStatus(). |
|
Definition at line 32 of file TGo4AnalysisObjectNames.h. |
|
Definition at line 33 of file TGo4AnalysisObjectNames.h. |
|
Top Level Go4 Folder with all subfolders and the analysis folder contents as TObjString instances.
Definition at line 61 of file TGo4AnalysisObjectNames.h. Referenced by TGo4AnalysisObjectManager::CreateNamesList(), GetFolderList(), GetNamesFolder(), PrintStatus(), SetTopFolder(), and ~TGo4AnalysisObjectNames(). |