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 
13 
14 // forward declarations
15 
17 {
18  public:
21 
22  private:
23  virtual void beginJob() ;
24  virtual void produce(edm::Event&, const edm::EventSetup&);
25  virtual void endJob() ;
26 
27  // ----------member data ---------------------------
28 
32 };
33 
34 #endif
ElectronMatchedCandidateProducer(const edm::ParameterSet &)
virtual void produce(edm::Event &, const edm::EventSetup &)