CMS 3D CMS Logo

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