CMS 3D CMS Logo

ME0TPConverter.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_ME0TPConverter_h
2 #define L1Trigger_L1TMuonEndCapPhase2_ME0TPConverter_h
3 
8 
9 namespace emtf::phase2 {
10 
11  class ME0TPConverter : public TPConverter {
12  public:
13  explicit ME0TPConverter(const EMTFContext&, const int&, const int&);
14 
15  ~ME0TPConverter() override = default;
16 
17  void convert(const TriggerPrimitive&, const TPInfo&, EMTFHit&) const final;
18 
19  private:
21 
23  };
24 
25 } // namespace emtf::phase2
26 
27 #endif // L1Trigger_L1TMuonEndCapPhase2_ME0TPConverter_h
const EMTFContext & context_
ME0TPConverter(const EMTFContext &, const int &, const int &)
void convert(const TriggerPrimitive &, const TPInfo &, EMTFHit &) const final
~ME0TPConverter() override=default