CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ElectronMVAEstimator.h
Go to the documentation of this file.
1 #ifndef __RecoEgamma_ElectronIdentification_ElectronMVAEstimator_H__
2 #define __RecoEgamma_ElectronIdentification_ElectronMVAEstimator_H__
3 
6 
7 #include <memory>
8 #include <string>
9 
11 public:
12  struct Configuration {
13  std::vector<std::string> vweightsfiles;
14  };
19  double mva(const reco::GsfElectron& myElectron, int nvertices = 0) const;
20 
21 private:
23  void bindVariables(float vars[18]) const;
24 
25  std::vector<std::unique_ptr<const GBRForest> > gbr_;
26 };
27 
28 #endif
double mva(const reco::GsfElectron &myElectron, int nvertices=0) const
std::vector< std::unique_ptr< const GBRForest > > gbr_
void bindVariables(float vars[18]) const
const Configuration cfg_
std::vector< std::string > vweightsfiles
vars
Definition: DeepTauId.cc:164