#include <TGo4DynamicEntry.h>
Inheritance diagram for TGo4DynamicEntry:
Public Member Functions | |
TGo4DynamicEntry () | |
default ctor for streamer. | |
TGo4DynamicEntry (const char *name, const char *title="This is a Go4 dynamic entry") | |
virtual | ~TGo4DynamicEntry () |
void | EnableProcessing (Bool_t on=kTRUE) |
Switch the autoprocessing state of this entry. | |
Bool_t | IsEnabledProcessing () const |
virtual void | Reset () |
Resets this entry to an initial status. | |
Protected Attributes | |
Bool_t | fbProcessEntry |
True if object shall be processed by main event loop automatically. |
|
default ctor for streamer.
Definition at line 23 of file TGo4DynamicEntry.cxx. References TRACE. |
|
Definition at line 30 of file TGo4DynamicEntry.cxx. References TGo4Status::kGo4CanDelete, and TRACE. |
|
Definition at line 38 of file TGo4DynamicEntry.cxx. References TRACE. |
|
Switch the autoprocessing state of this entry.
Definition at line 41 of file TGo4DynamicEntry.h. References fbProcessEntry. Referenced by TGo4DynamicListException::Handle(), and TGo4TreeHistogramEntry::TGo4TreeHistogramEntry(). |
|
Definition at line 42 of file TGo4DynamicEntry.h. References fbProcessEntry. Referenced by TGo4ComSetObject::ExeSetDyn(), TGo4TreeHistogramEntry::Print(), TGo4HistogramEntry::Print(), and TGo4DynamicList::ProcessEntries(). |
|
Resets this entry to an initial status.
Reimplemented in TGo4HistogramEntry, and TGo4TreeHistogramEntry. Definition at line 45 of file TGo4DynamicEntry.h. Referenced by TGo4AnalysisObjectManager::AddDynamicEntry(), TGo4AnalysisObjectManager::ClearObject(), TGo4TreeHistogramEntry::Reset(), and TGo4DynamicList::ResetEntries(). |
|
True if object shall be processed by main event loop automatically. For example, histogram autofill from event index values. Definition at line 51 of file TGo4DynamicEntry.h. Referenced by EnableProcessing(), and IsEnabledProcessing(). |