RdEventAndStationSelector.h
Go to the documentation of this file.
1 
9 #ifndef _RdEventAndStationSelector_RdEventAndStationSelector_h_
10 #define _RdEventAndStationSelector_RdEventAndStationSelector_h_
11 
12 #include <fwk/VModule.h>
13 
14 //namespace evt {
15 //class Event;
16 //}
17 //
18 //namespace utl {
19 //class TimeStamp;
20 //}
21 
22 namespace RdEventAndStationSelector {
23 
34 
35  public:
37  {
38  }
39 
43 
44  private:
45 
46  std::string fFilename;
47  std::map<std::pair<int, int>, std::vector<int> > fEventSelection;
48 
49  REGISTER_MODULE("RdEventAndStationSelector", RdEventAndStationSelector);
50 
51 };
52 
53 }
54 
55 #endif
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)
REGISTER_MODULE("RdEventAndStationSelector", RdEventAndStationSelector)
std::map< std::pair< int, int >, std::vector< int > > fEventSelection
Module interface.
Definition: VModule.h:53
ResultFlag
Flag returned by module methods to the RunController.
Definition: VModule.h:60
fwk::VModule::ResultFlag Finish()
Finish: invoked at end of the run (NOT end of the event)

, generated on Tue Sep 26 2023.