Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:00

0001 #ifndef L1Trigger_L1TMuonEndCapPhase2_RPCTPCollector_h
0002 #define L1Trigger_L1TMuonEndCapPhase2_RPCTPCollector_h
0003 
0004 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFfwd.h"
0005 #include "L1Trigger/L1TMuonEndCapPhase2/interface/EMTFTypes.h"
0006 #include "L1Trigger/L1TMuonEndCapPhase2/interface/DAQ/TPCollectors.h"
0007 
0008 namespace emtf::phase2 {
0009 
0010   class RPCTPCollector : public TPCollector {
0011   public:
0012     explicit RPCTPCollector(const EMTFContext&, edm::ConsumesCollector&);
0013 
0014     ~RPCTPCollector() override = default;
0015 
0016     void collect(const edm::Event&, BXTPCMap&) const final;
0017 
0018   private:
0019     const EMTFContext& context_;
0020 
0021     const edm::EDGetToken input_token_;
0022   };
0023 
0024 }  // namespace emtf::phase2
0025 
0026 #endif  // L1Trigger_L1TMuonEndCapPhase2_RPCTPCollector_h