59 std::cout <<
"Updated Parameter "<<GetName() << std::endl;
94 if(pro1 && pro2 && pro3 && ex12)
113 std::cout <<
"Parameter "<<GetName()<<
" changed steps setup" << std::endl;
Contains a single step of the analysis.
void SetProcessEnabled(Bool_t on=kTRUE)
Enables or disables the event processing.
void SetSourceEnabled(Bool_t on=kTRUE)
Enables or disables the event source.
The mother of all go4 analysis.
static TGo4Analysis * Instance()
return analysis instance
TGo4AnalysisStep * GetAnalysisStep(const char *name)
Access to certain analysis step by name.
static void Error(const char *text,...) GO4_PRINTF_ARGS
User shortcut for message with prio 3.
static void PrintLine(const char *text,...)
Print single line of debug output with appropriate indent.
virtual ~TMeshParameter()
Bool_t UpdateFrom(TGo4Parameter *) override
Update contents of parameter class with external object.
void Print(Option_t *opt="") const override