#include <TGo4DynamicList.h>
Public Member Functions | |
TGo4DynamicList () | |
virtual | ~TGo4DynamicList () |
Static Public Member Functions | |
static void | ResetEntries (TFolder *folder) |
static void | PrintEntries (TFolder *folder) |
static void | CleanupPointerInEntries (TFolder *folder, TObject *obj) |
static void | ProcessEntries (TFolder *folder, Bool_t processtrees, Int_t interval) |
Iterates all entries of the list and processes the objects, depending on coordinate values and analysis condition. | |
static bool | ProcessHEntry (TGo4HistogramEntry *hentry) |
static bool | ProcessTEntry (TGo4TreeHistogramEntry *tentry, Bool_t processtrees, Int_t interval) |
Dynamic list may contain other dynamic lists, which are processed iteratively.
Definition at line 33 of file TGo4DynamicList.h.
|
Definition at line 35 of file TGo4DynamicList.h. |
|
Definition at line 37 of file TGo4DynamicList.h. |
|
Definition at line 39 of file TGo4DynamicList.cxx. References TGo4DynamicEntry::Reset(). Referenced by TGo4AnalysisObjectManager::ResetCurrentDynList(). |
|
Definition at line 51 of file TGo4DynamicList.cxx. Referenced by TGo4AnalysisObjectManager::PrintDynamicList(). |
|
Definition at line 63 of file TGo4DynamicList.cxx. Referenced by TGo4AnalysisObjectManager::CleanupDynamicLists(). |
|
Iterates all entries of the list and processes the objects, depending on coordinate values and analysis condition.
Definition at line 76 of file TGo4DynamicList.cxx. References TGo4DynamicEntry::IsEnabledProcessing(), ProcessHEntry(), and ProcessTEntry(). Referenced by TGo4AnalysisObjectManager::ProcessDynamicList(). |
|
|
Definition at line 274 of file TGo4DynamicList.cxx. References TGo4Analysis::Instance(), and TGo4Status::kGo4CanDelete. Referenced by ProcessEntries(). |