CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfElectronProducer.h
Go to the documentation of this file.
1 
2 #ifndef GsfElectronProducer_h
3 #define GsfElectronProducer_h
4 
6 
8  {
9  public:
10 
11  //static void fillDescriptions( edm::ConfigurationDescriptions & ) ;
12 
13  explicit GsfElectronProducer( const edm::ParameterSet & ) ;
14  virtual ~GsfElectronProducer();
15  virtual void produce( edm::Event &, const edm::EventSetup & ) ;
16 
17  protected:
18 
19  void beginEvent( edm::Event &, const edm::EventSetup & ) ;
20 
21  private :
22 
23  // check expected configuration of previous modules
26  } ;
27 
28 #endif
void checkPfTranslatorParameters(edm::ParameterSetID const &)
GsfElectronProducer(const edm::ParameterSet &)
void beginEvent(edm::Event &, const edm::EventSetup &)
virtual void produce(edm::Event &, const edm::EventSetup &)