#include <TGo4ComSetProcessor.h>
Inheritance diagram for TGo4ComSetProcessor:
Public Methods | |
TGo4ComSetProcessor () | |
TGo4ComSetProcessor (const char *stepname, TGo4EventProcessorParameter *newproc) | |
virtual | ~TGo4ComSetProcessor () |
Int_t | ExeCom () |
Do the command action. More... | |
TGo4EventProcessorParameter * | GetProcessorPar () const |
Access to the new event processor parameter. More... | |
void | SetProcessorPar (TGo4EventProcessorParameter *par) |
Set the event source parameter. More... | |
Private Attributes | |
TGo4EventProcessorParameter * | fxProcessorPar |
The old processor is deleted (closed) and a new processor is created; this happens in between two event processings.
Definition at line 29 of file TGo4ComSetProcessor.h.
|
Definition at line 32 of file TGo4ComSetProcessor.cxx. References fxProcessorPar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 22 of file TGo4ComSetProcessor.cxx. References fxProcessorPar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 41 of file TGo4ComSetProcessor.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 47 of file TGo4ComSetProcessor.cxx. References TGo4Log::Debug(), TGo4Command::fxReceiverBase, GetProcessorPar(), TGo4AnalysisStepCommand::GetStepName(), TGo4Analysis::Instance(), TGo4Analysis::NewStepProcessor(), TGo4Slave::SendStatusMessage(), and TRACE. |
|
Access to the new event processor parameter.
Definition at line 41 of file TGo4ComSetProcessor.h. References fxProcessorPar. Referenced by ExeCom(). |
|
Set the event source parameter.
Definition at line 44 of file TGo4ComSetProcessor.h. References fxProcessorPar. |
|
Definition at line 47 of file TGo4ComSetProcessor.h. Referenced by GetProcessorPar(), SetProcessorPar(), and TGo4ComSetProcessor(). |