CMS 3D CMS Logo

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
std::vector< std::unique_ptr< const GBRForest > > gbr_
const Configuration cfg_
double mva(const reco::GsfElectron &myElectron, int nvertices=0) const
void bindVariables(float vars[18]) const
std::vector< std::string > vweightsfiles
vars
Definition: DeepTauId.cc:30