CMS 3D CMS Logo

ElectronMatchedCandidateProducer.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_TagAndProbe_ElectronMatchedCandidateProducer_h
2 #define PhysicsTools_TagAndProbe_ElectronMatchedCandidateProducer_h
3 
4 // system include files
5 #include <memory>
6 
7 // user include files
12 
14 
15 // forward declarations
16 
18 public:
21 
22 private:
23  void beginJob() override;
24  void produce(edm::Event&, const edm::EventSetup&) override;
25  void endJob() override;
26 
27  // ----------member data ---------------------------
28 
32 };
33 
34 #endif
void produce(edm::Event &, const edm::EventSetup &) override
edm::EDGetTokenT< edm::View< reco::Candidate > > scCollectionToken_
ElectronMatchedCandidateProducer(const edm::ParameterSet &)
edm::EDGetTokenT< edm::View< reco::GsfElectron > > electronCollectionToken_