UnivParamNSTester.h
Go to the documentation of this file.
1 
9 #ifndef _UnivParamNSTester_UnivParamNSTester_h_
10 #define _UnivParamNSTester_UnivParamNSTester_h_
11 
12 #include <fwk/VModule.h>
13 #include <sstream>
14 
15 
16 namespace UnivParamNSTester {
17 
19 
20  public:
24 
25  REGISTER_MODULE("UnivParamNSTester", UnivParamNSTester);
26 
27  };
28 
29 }
30 
31 
32 #endif
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
REGISTER_MODULE("UnivParamNSTester", UnivParamNSTester)
Module interface.
Definition: VModule.h:53
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)

, generated on Tue Sep 26 2023.