CMS 3D CMS Logo

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