SdHorizontalEventSelector.h
Go to the documentation of this file.
1 #ifndef _SdHorizontalEventSelector_h_
2 #define _SdHorizontalEventSelector_h_
3 
4 #include <fwk/VModule.h>
5 
6 
7 namespace sdet {
8  class SDetector;
9 }
10 
11 
12 namespace SdHorizontalEventSelectorHOG {
13 
24 
25  public:
29 
30  private:
31  std::pair<int, std::vector<int>> CalculateT5HASTrigger(const evt::Event& event) const;
32 
33  // xml config
37  std::vector<double> fFirstCrownDistanceRange;
38 
40 
41  REGISTER_MODULE("SdHorizontalEventSelectorHOG", SdHorizontalEventSelector);
42 
43  };
44 
45 }
46 
47 
48 #endif
49 
50 // Configure (x)emacs for this file ...
51 // Local Variables:
52 // mode: c++
53 // End:
std::pair< int, std::vector< int > > CalculateT5HASTrigger(const evt::Event &event) const
Module interface.
Definition: VModule.h:53
REGISTER_MODULE("SdHorizontalEventSelectorHOG", SdHorizontalEventSelector)
fwk::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
fwk::VModule::ResultFlag Run(evt::Event &event)
Run: invoked once per event.
Detector description interface for SDetector-related data.
Definition: SDetector.h:42
fwk::VModule::ResultFlag Init()
Initialize: invoked at beginning of run (NOT beginning of event)

, generated on Tue Sep 26 2023.