CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/RecoParticleFlow/PFTracking/interface/ElectronSeedMerger.h

Go to the documentation of this file.
00001 #ifndef ElectronSeedMerger_H
00002 #define ElectronSeedMerger_H
00003 // system include files
00004 #include <memory>
00005 
00006 // user include files
00007 
00008 #include "FWCore/Framework/interface/Frameworkfwd.h"
00009 #include "FWCore/Framework/interface/EDProducer.h"
00010 #include "FWCore/Framework/interface/Event.h"
00011 #include "FWCore/Framework/interface/MakerMacros.h"
00012 
00013 class ElectronSeedMerger : public edm::EDProducer {
00014    public:
00015       explicit ElectronSeedMerger(const edm::ParameterSet&);
00016       ~ElectronSeedMerger();
00017   
00018    private:
00019       virtual void beginJob(){} ;
00020       virtual void produce(edm::Event&, const edm::EventSetup&);
00021       virtual void endJob(){}
00022  
00023 
00024       edm::ParameterSet conf_;
00025 
00027       edm::InputTag ecalBasedSeeds_;
00028       edm::InputTag tkBasedSeeds_;
00029 
00030 
00031 };
00032 #endif