CMS 3D CMS Logo

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