CMS 3D CMS Logo

ElectronIDSelectorCutBased.h
Go to the documentation of this file.
1 #ifndef ElectronIDSelectorCutBased_h
2 #define ElectronIDSelectorCutBased_h
3 
15 
17 {
18  public:
19 
21  ElectronIDSelectorCutBased(conf, iC) {}
23  virtual ~ElectronIDSelectorCutBased () ;
24 
25  void newEvent (const edm::Event&, const edm::EventSetup&) ;
26  double operator() (const reco::GsfElectron& , const edm::Event& , const edm::EventSetup& ) ;
27 
28  private:
29 
33 
34 };
35 
36 #endif
double operator()(const reco::GsfElectron &, const edm::Event &, const edm::EventSetup &)
ElectronIDSelectorCutBased(const edm::ParameterSet &conf, edm::ConsumesCollector &&iC)
void newEvent(const edm::Event &, const edm::EventSetup &)