CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronIDSelectorCutBased.h
Go to the documentation of this file.
1 #ifndef ElectronIDSelectorCutBased_h
2 #define ElectronIDSelectorCutBased_h
3 
14 
16 {
17  public:
18 
20  virtual ~ElectronIDSelectorCutBased () ;
21 
22  void newEvent (const edm::Event&, const edm::EventSetup&) ;
23  double operator() (const reco::GsfElectron& , const edm::Event& , const edm::EventSetup& ) ;
24 
25  private:
26 
29  std::string algorithm_ ;
30 
31 };
32 
33 #endif
double operator()(const reco::GsfElectron &, const edm::Event &, const edm::EventSetup &)
tuple conf
Definition: dbtoconf.py:185
void newEvent(const edm::Event &, const edm::EventSetup &)
ElectronIDSelectorCutBased(const edm::ParameterSet &conf)