CMS 3D CMS Logo

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