16 cout <<
"DummyModule2: Init " << endl;
25 cout <<
"DummyModule2: Run " << endl;
46 cout <<
"DummyModule2: Finish " << endl;
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)