#include <TGo4AnalysisStepCommand.h>
Inheritance diagram for TGo4AnalysisStepCommand:
Public Methods | |
TGo4AnalysisStepCommand () | |
TGo4AnalysisStepCommand (const Text_t *comname, const Text_t *description, const Text_t *stepname) | |
virtual | ~TGo4AnalysisStepCommand () |
const char * | GetStepName () const |
Access to the analysis step name. More... | |
void | SetStepName (const char *name) |
Set the analysis step name. More... | |
Static Protected Attributes | |
const Text_t * | fgcDEFAULTSTEP = "Go4DefaultStep" |
default name to specify default behaviour of setter commands. More... | |
Private Attributes | |
TString | fxStepName |
Name of the analysis step to be changed. More... |
|
Definition at line 37 of file TGo4AnalysisStepCommand.cxx. References kGo4ComModeController, and TGo4Command::SetProtection(). |
|
Definition at line 22 of file TGo4AnalysisStepCommand.cxx. References fgcDEFAULTSTEP, kGo4ComModeController, TGo4Command::SetProtection(), SetStepName(), and TRACE. |
|
Definition at line 33 of file TGo4AnalysisStepCommand.cxx. |
|
Access to the analysis step name.
Definition at line 31 of file TGo4AnalysisStepCommand.h. References fxStepName. Referenced by TGo4ComSetStore::ExeCom(), TGo4ComSetSource::ExeCom(), TGo4ComSetProcessor::ExeCom(), TGo4ComSetLastStep::ExeCom(), and TGo4ComSetFirstStep::ExeCom(). |
|
Set the analysis step name.
Definition at line 34 of file TGo4AnalysisStepCommand.h. References fxStepName. Referenced by TGo4AnalysisStepCommand(). |
|
default name to specify default behaviour of setter commands.
Definition at line 20 of file TGo4AnalysisStepCommand.cxx. Referenced by TGo4ComSetStore::ExeCom(), TGo4ComSetSource::ExeCom(), and TGo4AnalysisStepCommand(). |
|
Name of the analysis step to be changed.
Definition at line 41 of file TGo4AnalysisStepCommand.h. Referenced by GetStepName(), and SetStepName(). |