#include <TGo4TreeStructure.h>
Inheritance diagram for TGo4TreeStructure:
Public Methods | |
TGo4TreeStructure () | |
default ctor for streamer. More... | |
virtual | ~TGo4TreeStructure () |
TList * | GetFolderList () |
Access to the list of the names folder structure. More... | |
TFolder * | GetNamesFolder (Bool_t chown=kFALSE) |
Access to the folder containing the names objects. More... | |
Private Methods | |
TGo4TreeStructure (const char *name) | |
private ctor can only invoked by Go4Analysis class, which is friend. More... | |
Private Attributes | |
TFolder * | fxTopFolder |
Folder containing the tree structure. More... | |
Friends | |
class | TGo4Analysis |
class | TGo4AnalysisObjectManager |
Name of this status object is the same as tree name.
Definition at line 29 of file TGo4TreeStructure.h.
|
default ctor for streamer.
Definition at line 37 of file TGo4TreeStructure.h. |
|
Definition at line 25 of file TGo4TreeStructure.cxx. References fxTopFolder, and TRACE. |
|
private ctor can only invoked by Go4Analysis class, which is friend.
Definition at line 20 of file TGo4TreeStructure.cxx. References TRACE. |
|
Access to the list of the names folder structure.
Definition at line 42 of file TGo4TreeStructure.h. References fxTopFolder. |
|
Access to the folder containing the names objects.
Definition at line 45 of file TGo4TreeStructure.h. References fxTopFolder. Referenced by TGo4RemoteBrowserSlots::AddFolder(). |
|
Definition at line 31 of file TGo4TreeStructure.h. |
|
Definition at line 32 of file TGo4TreeStructure.h. |
|
Folder containing the tree structure.
Definition at line 55 of file TGo4TreeStructure.h. Referenced by TGo4AnalysisObjectManager::CreateTreeStructure(), GetFolderList(), GetNamesFolder(), and ~TGo4TreeStructure(). |