CMS 3D CMS Logo

GE0TPSelector.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_GE0TPSelector_h
2 #define L1Trigger_L1TMuonEndCapPhase2_GE0TPSelector_h
3 
8 
9 namespace emtf::phase2 {
10 
11  class GE0TPSelector : public TPSelector {
12  public:
13  explicit GE0TPSelector(const EMTFContext&, const int&, const int&);
14 
15  ~GE0TPSelector() override = default;
16 
17  void select(const TriggerPrimitive&, TPInfo, ILinkTPCMap&) const final;
18 
19  private:
21 
23 
24  int getInputLink(const TriggerPrimitive&, TPInfo&) const;
25 
26  int calcInputLink(const int&, const int&, const TPSelection&) const;
27  };
28 
29 } // namespace emtf::phase2
30 
31 #endif // L1Trigger_L1TMuonEndCapPhase2_GE0TPSelector_h
GE0TPSelector(const EMTFContext &, const int &, const int &)
std::map< int, TPCollection > ILinkTPCMap
Definition: EMTFTypes.h:23
int getInputLink(const TriggerPrimitive &, TPInfo &) const
~GE0TPSelector() override=default
int calcInputLink(const int &, const int &, const TPSelection &) const
const EMTFContext & context_
Definition: GE0TPSelector.h:20
void select(const TriggerPrimitive &, TPInfo, ILinkTPCMap &) const final