20 cout <<
"ModuleWithSpecialName (class name <> module name): Init " << endl;
27 cout <<
"ModuleWithSpecialName (class name <> module name): Run " << endl;
35 cout <<
"ModuleWithSpecialName (class name <> module name): Finish " << endl;
VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
ResultFlag
Flag returned by module methods to the RunController.
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.