CMS 3D CMS Logo

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 
14  ~GsfElectronProducer() override;
15  void produce( edm::Event &, const edm::EventSetup & ) override ;
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
GsfElectronProducer(const edm::ParameterSet &, const gsfAlgoHelpers::HeavyObjectCache *)
void checkPfTranslatorParameters(edm::ParameterSet const &)
void beginEvent(edm::Event &, const edm::EventSetup &)
void produce(edm::Event &, const edm::EventSetup &) override