SdMonteCarloEventSelector.h
Go to the documentation of this file.
1 #ifndef _SdMonteCarloEventSelectorOG_SdMonteCarloEventSelector_h_
2 #define _SdMonteCarloEventSelectorOG_SdMonteCarloEventSelector_h_
3 
4 #include <fwk/VModule.h>
5 
6 
7 namespace SdMonteCarloEventSelectorOG {
8 
9 
24 
25  public:
29 
30  private:
31  enum ArrayLayout {
35  };
40  };
41 
44 
45  REGISTER_MODULE("SdMonteCarloEventSelectorOG", SdMonteCarloEventSelector);
46 
47  };
48 
49 }
50 
51 
52 #endif
53 
54 // Configure (x)emacs for this file ...
55 // Local Variables:
56 // mode: c++
57 // End:
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)
REGISTER_MODULE("SdMonteCarloEventSelectorOG", SdMonteCarloEventSelector)
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60

, generated on Tue Sep 26 2023.