CMS 3D CMS Logo

GEMTPConverter.h
Go to the documentation of this file.
1 #ifndef L1Trigger_L1TMuonEndCapPhase2_GEMTPConverter_h
2 #define L1Trigger_L1TMuonEndCapPhase2_GEMTPConverter_h
3 
8 
9 namespace emtf::phase2 {
10 
11  class GEMTPConverter : public TPConverter {
12  public:
13  explicit GEMTPConverter(const EMTFContext&, const int&, const int&);
14 
15  ~GEMTPConverter() 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_GEMTPConverter_h
const EMTFContext & context_
~GEMTPConverter() override=default
GEMTPConverter(const EMTFContext &, const int &, const int &)
void convert(const TriggerPrimitive &, const TPInfo &, EMTFHit &) const final