DummyModule2A.cc
Go to the documentation of this file.
1 #include <DummyModule2A.h>
2 #include <iostream>
3 
4 using namespace std;
5 
6 
8 {
9 }
10 
11 
13 {
14 }
15 
16 
19 {
20  cout << "ModuleWithSpecialName (class name <> module name): Init " << endl;
21  return VModule::eSuccess;
22 }
23 
26 {
27  cout << "ModuleWithSpecialName (class name <> module name): Run " << endl;
28  return VModule::eSuccess;
29 }
30 
31 
34 {
35  cout << "ModuleWithSpecialName (class name <> module name): Finish " << endl;
36  return VModule::eSuccess;
37 }
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
VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
virtual ~DummyModule2A()

, generated on Tue Sep 26 2023.