CMS 3D CMS Logo

ParticleBasedIsoProducer.h
Go to the documentation of this file.
1 #ifndef ParticleBasedIsoProducer_h
2 #define ParticleBasedIsoProducer_h
3 
14 
16 
18 public:
20  ~ParticleBasedIsoProducer() override;
21 
22  void beginRun(edm::Run const& r, edm::EventSetup const& es) override;
23  void endRun(edm::Run const&, edm::EventSetup const&) override;
24  void produce(edm::Event& e, const edm::EventSetup& c) override;
25 
26 private:
30 
33 
36 
45 
50 
52 };
53 
54 #endif
edm::EDGetTokenT< reco::GsfElectronCollection > electronTmpProducerT_
PFBlockBasedIsolation * thePFBlockBasedIsolation_
edm::EDGetTokenT< reco::PhotonCollection > photonTmpProducerT_
edm::EDGetTokenT< reco::GsfElectronCollection > electronProducerT_
edm::EDGetTokenT< reco::PFCandidateCollection > pfCandidates_
edm::EDGetTokenT< reco::PhotonCollection > photonProducerT_
edm::EDGetTokenT< edm::ValueMap< reco::GsfElectronRef > > valMapPFCandToEle_
void endRun(edm::Run const &, edm::EventSetup const &) override
void beginRun(edm::Run const &r, edm::EventSetup const &es) override
ParticleBasedIsoProducer(const edm::ParameterSet &conf)
edm::EDGetTokenT< reco::PFCandidateCollection > pfEgammaCandidates_
void produce(edm::Event &e, const edm::EventSetup &c) override
Definition: Run.h:45
edm::EDGetTokenT< edm::ValueMap< reco::PhotonRef > > valMapPFCandToPhoton_