CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
GsfElectronAlgoHeavyObjectCache.cc
Go to the documentation of this file.
2 
3 namespace gsfAlgoHelpers {
5  // soft electron MVA
7  sconfig.vweightsfiles =
8  conf.getParameter<std::vector<std::string> >("SoftElecMVAFilesString");
10  // isolated electron MVA
12  iconfig.vweightsfiles =
13  conf.getParameter<std::vector<std::string> >("ElecMVAFilesString");
14  iElectronMVAEstimator.reset(new ElectronMVAEstimator(iconfig));
15  }
16 }
T getParameter(std::string const &) const
std::unique_ptr< const SoftElectronMVAEstimator > sElectronMVAEstimator
tuple conf
Definition: dbtoconf.py:185
std::vector< std::string > vweightsfiles
std::unique_ptr< const ElectronMVAEstimator > iElectronMVAEstimator