CentralConfig/DummyModule1.cc
Go to the documentation of this file.
1 #include <iostream>
2 #include "DummyModule1.h"
3 #include <fwk/RunController.h>
4 
5 using namespace std;
6 using namespace fwk;
7 
8 
10 {
11 }
12 
13 
15 {
16 }
17 
18 
21 {
22  return VModule::eSuccess;
23 }
24 
25 
28 {
29  return VModule::eSuccess;
30 }
31 
32 
35 {
36  return VModule::eSuccess;
37 }
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
VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.

, generated on Tue Sep 26 2023.