CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ElectronIDSelectorLikelihood.h
Go to the documentation of this file.
1 #ifndef ElectronIDSelectorLikelihood_h
2 #define ElectronIDSelectorLikelihood_h
3 
18 
20 {
21  public:
22 
25 
26  void newEvent (const edm::Event&, const edm::EventSetup&) ;
27  double operator() (const reco::GsfElectron&, const edm::Event&, const edm::EventSetup&) ;
28 
29  private:
30 
32 
34 
37 
39 
40 };
41 #endif
edm::ESHandle< ElectronLikelihood > likelihoodAlgo_
double operator()(const reco::GsfElectron &, const edm::Event &, const edm::EventSetup &)
void newEvent(const edm::Event &, const edm::EventSetup &)
tuple conf
Definition: dbtoconf.py:185
ElectronIDSelectorLikelihood(const edm::ParameterSet &conf)