#include <GsfElectronAlgo.h>
Public Member Functions | |
HeavyObjectCache (const edm::ParameterSet &) | |
Public Attributes | |
std::unique_ptr< const ElectronMVAEstimator > | iElectronMVAEstimator |
std::unique_ptr< const SoftElectronMVAEstimator > | sElectronMVAEstimator |
Definition at line 55 of file GsfElectronAlgo.h.
GsfElectronAlgo::HeavyObjectCache::HeavyObjectCache | ( | const edm::ParameterSet & | conf | ) |
Definition at line 38 of file GsfElectronAlgo.cc.
References edm::ParameterSet::getParameter(), ElectronMVAEstimator::Configuration::vweightsfiles, and SoftElectronMVAEstimator::Configuration::vweightsfiles.
std::unique_ptr<const ElectronMVAEstimator> GsfElectronAlgo::HeavyObjectCache::iElectronMVAEstimator |
Definition at line 59 of file GsfElectronAlgo.h.
Referenced by GEDGsfElectronProducer::setMVAOutputs().
std::unique_ptr<const SoftElectronMVAEstimator> GsfElectronAlgo::HeavyObjectCache::sElectronMVAEstimator |
Definition at line 58 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::createElectron(), and GEDGsfElectronProducer::setMVAOutputs().