#include <TGo4ComSetSource.h>
Inheritance diagram for TGo4ComSetSource:
Public Methods | |
TGo4ComSetSource () | |
TGo4ComSetSource (const char *stepname, TGo4EventSourceParameter *newsource) | |
virtual | ~TGo4ComSetSource () |
Int_t | ExeCom () |
Do the command action. More... | |
TGo4EventSourceParameter * | GetSourcePar () const |
Access to the new event source parameter. More... | |
void | SetSourcePar (TGo4EventSourceParameter *par) |
Set the event source parameter. More... | |
Private Attributes | |
TGo4EventSourceParameter * | fxSourcePar |
The old source is deleted (closed) and a new source is created; this happens in between two event processings.
Definition at line 29 of file TGo4ComSetSource.h.
|
Definition at line 33 of file TGo4ComSetSource.cxx. References fxSourcePar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 22 of file TGo4ComSetSource.cxx. References fxSourcePar, TGo4Command::SetReceiverName(), and TRACE. |
|
Definition at line 44 of file TGo4ComSetSource.cxx. References TRACE. |
|
Do the command action.
Reimplemented from TGo4Command. Definition at line 49 of file TGo4ComSetSource.cxx. References TGo4Log::Debug(), TGo4AnalysisStepCommand::fgcDEFAULTSTEP, TGo4Command::fxReceiverBase, GetSourcePar(), TGo4AnalysisStepCommand::GetStepName(), TGo4Analysis::Instance(), TGo4Analysis::NewStepSource(), TGo4Slave::SendStatusMessage(), and TRACE. |
|
Access to the new event source parameter.
Definition at line 41 of file TGo4ComSetSource.h. References fxSourcePar. Referenced by ExeCom(). |
|
Set the event source parameter.
Definition at line 44 of file TGo4ComSetSource.h. References fxSourcePar. |
|
Definition at line 48 of file TGo4ComSetSource.h. Referenced by GetSourcePar(), SetSourcePar(), and TGo4ComSetSource(). |