CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronSeedMerger.h
Go to the documentation of this file.
1 #ifndef ElectronSeedMerger_H
2 #define ElectronSeedMerger_H
3 // system include files
4 #include <memory>
5 
6 // user include files
7 
12 
14  public:
15  explicit ElectronSeedMerger(const edm::ParameterSet&);
17 
18  private:
19  virtual void beginJob(){} ;
20  virtual void produce(edm::Event&, const edm::EventSetup&);
21  virtual void endJob(){}
22 
23 
25 
29 
30 
31 };
32 #endif
edm::InputTag tkBasedSeeds_
virtual void produce(edm::Event &, const edm::EventSetup &)
ElectronSeedMerger(const edm::ParameterSet &)
edm::InputTag ecalBasedSeeds_
SEED COLLECTIONS.
virtual void endJob()
virtual void beginJob()
edm::ParameterSet conf_