#include <GsfElectronAlgoHeavyObjectCache.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 10 of file GsfElectronAlgoHeavyObjectCache.h.
gsfAlgoHelpers::HeavyObjectCache::HeavyObjectCache | ( | const edm::ParameterSet & | conf | ) |
Definition at line 4 of file GsfElectronAlgoHeavyObjectCache.cc.
References edm::ParameterSet::getParameter(), iElectronMVAEstimator, sElectronMVAEstimator, ElectronMVAEstimator::Configuration::vweightsfiles, and SoftElectronMVAEstimator::Configuration::vweightsfiles.
std::unique_ptr<const ElectronMVAEstimator> gsfAlgoHelpers::HeavyObjectCache::iElectronMVAEstimator |
Definition at line 14 of file GsfElectronAlgoHeavyObjectCache.h.
Referenced by HeavyObjectCache(), and GEDGsfElectronProducer::setMVAOutputs().
std::unique_ptr<const SoftElectronMVAEstimator> gsfAlgoHelpers::HeavyObjectCache::sElectronMVAEstimator |
Definition at line 13 of file GsfElectronAlgoHeavyObjectCache.h.
Referenced by GsfElectronAlgo::createElectron(), HeavyObjectCache(), and GEDGsfElectronProducer::setMVAOutputs().