15 cout <<
"DummyModule3: Init " << endl;
21 cout <<
"DummyModule3: Run " << endl;
27 cout <<
"DummyModule3: 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)