#include <TGo4EventProcessorParameter.h>
Inheritance diagram for TGo4EventProcessorParameter:
Public Methods | |
TGo4EventProcessorParameter () | |
TGo4EventProcessorParameter (const char *name, Int_t id=0) | |
virtual | ~TGo4EventProcessorParameter () |
Int_t | GetID () const |
virtual Int_t | PrintParameter (Text_t *buffer=0, Int_t buflen=0) |
basic method to printout status information on stdout; to be overridden by specific subclass. More... | |
virtual Bool_t | UpdateFrom (TGo4Parameter *rhs) |
update contents of paramter class with external object. More... | |
Private Attributes | |
Int_t | fiID |
Identity number to specify the kind. More... |
For use in the event factory; factory method gets (possibly subclassed) parameter object which is suited to the concrete user factory. Name string can be used as filename, e.g.
Definition at line 28 of file TGo4EventProcessorParameter.h.
|
Definition at line 29 of file TGo4EventProcessorParameter.cxx. References TRACE. |
|
Definition at line 23 of file TGo4EventProcessorParameter.cxx. References TRACE. |
|
Definition at line 35 of file TGo4EventProcessorParameter.cxx. References TRACE. |
|
Definition at line 36 of file TGo4EventProcessorParameter.h. References fiID. Referenced by UpdateFrom(). |
|
basic method to printout status information on stdout; to be overridden by specific subclass.
Reimplemented from TGo4Parameter. Definition at line 40 of file TGo4EventProcessorParameter.cxx. References TGo4Status::PrintBuffer(), TGo4Status::PrintIndent(), and TRACE. Referenced by TGo4AnalysisStepStatus::PrintStatus(). |
|
update contents of paramter class with external object.
Reimplemented from TGo4Parameter. Definition at line 70 of file TGo4EventProcessorParameter.cxx. |
|
Identity number to specify the kind. Optional, default is 0. Definition at line 48 of file TGo4EventProcessorParameter.h. Referenced by GetID(), and UpdateFrom(). |