CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/RecoEgamma/EgammaElectronProducers/plugins/GsfElectronEcalDrivenProducer.h

Go to the documentation of this file.
00001 
00002 #ifndef GsfElectronEcalDrivenProducer_h
00003 #define GsfElectronEcalDrivenProducer_h
00004 
00005 #include "GsfElectronBaseProducer.h"
00006 
00007 class GsfElectronEcalDrivenProducer : public GsfElectronBaseProducer
00008  {
00009   public:
00010 
00011     //static void fillDescriptions( edm::ConfigurationDescriptions & ) ;
00012 
00013     explicit GsfElectronEcalDrivenProducer( const edm::ParameterSet & ) ;
00014     virtual ~GsfElectronEcalDrivenProducer() ;
00015     virtual void produce( edm::Event &, const edm::EventSetup & ) ;
00016 
00017  } ;
00018 
00019 #endif