DummyFailureFinishModule.cc
Go to the documentation of this file.
2 #include <iostream>
3 
4 using namespace std;
5 
7 {}
8 
10 {}
11 
12 
14 {
15  cout << "DummyFailureFinishModule: Init " << endl;
16  return VModule::eSuccess;
17 }
18 
20 {
21  cout << "DummyFailureFinishModule: Run " << endl;
22  return VModule::eSuccess;
23 }
24 
26 {
27  cout << "DummyFailureFinishModule: Finish " << endl;
28  return VModule::eFailure;
29 }
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
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.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.