CMS 3D CMS Logo

InterestingEcalDetIdProducer.h
Go to the documentation of this file.
1 #ifndef MuonIdentification_InterestingEcalDetIdProducer_h
2 #define MuonIdentification_InterestingEcalDetIdProducer_h
3 // -*- C++ -*-
4 #include <memory>
9 
14 
15 class CaloTopology;
17 public:
20  void produce(edm::Event&, const edm::EventSetup&) override;
21  void beginRun(const edm::Run&, const edm::EventSetup&) override;
22 
23 private:
28 };
29 
30 #endif
InterestingEcalDetIdProducer(const edm::ParameterSet &)
void produce(edm::Event &, const edm::EventSetup &) override
edm::ESGetToken< CaloTopology, CaloTopologyRecord > caloTopoToken_
edm::EDGetTokenT< reco::MuonCollection > muonToken_
void beginRun(const edm::Run &, const edm::EventSetup &) override
Definition: Run.h:45