CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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  virtual void beginJob() ;
26  virtual void produce(edm::Event&, const edm::EventSetup&) override;
27  virtual void endJob() ;
28 
29  // ----------member data ---------------------------
30 
34 };
35 
36 #endif
virtual 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_