DummyResetCounterModule.cc
Go to the documentation of this file.
2 #include <DummyCounterModule.h>
3 #include <iostream>
4 
5 using namespace std;
6 
7 
9 {
10 }
11 
12 
14 {
15 }
16 
17 
20 {
21  cout << "DummyResetCounterModule: Init" << endl;
22  return VModule::eSuccess;
23 }
24 
25 
28 {
29  cout << "DummyResetCounterModule: Run" << endl;
31  return VModule::eSuccess;
32 }
33 
34 
36 {
37  cout << "DummyResetCounterModule: Finish" << endl;
38  return VModule::eSuccess;
39 }
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
static void ResetCounter()

, generated on Tue Sep 26 2023.