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 
16 // forward declarations
17 
19 {
20  public:
23 
24  private:
25  void beginJob() override ;
26  void produce(edm::Event&, const edm::EventSetup&) override;
27  void endJob() override;
28 
29  // ----------member data ---------------------------
30 
34 };
35 
36 #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_