#include <GsfElectronAlgo.h>
Public Member Functions | |
HeavyObjectCache (const edm::ParameterSet &) | |
Public Attributes | |
std::unique_ptr< const ElectronDNNEstimator > | iElectronDNNEstimator |
std::unique_ptr< const ElectronMVAEstimator > | iElectronMVAEstimator |
std::unique_ptr< const SoftElectronMVAEstimator > | sElectronMVAEstimator |
Definition at line 56 of file GsfElectronAlgo.h.
GsfElectronAlgo::HeavyObjectCache::HeavyObjectCache | ( | const edm::ParameterSet & | conf | ) |
Definition at line 39 of file GsfElectronAlgo.cc.
References edm::ParameterSet::getParameter(), AlCaHLTBitMon_QueryRunRegistry::string, particleFlowTmpBarrel_cfi::useEBModelInGap, ElectronMVAEstimator::Configuration::vweightsfiles, and SoftElectronMVAEstimator::Configuration::vweightsfiles.
std::unique_ptr<const ElectronDNNEstimator> GsfElectronAlgo::HeavyObjectCache::iElectronDNNEstimator |
Definition at line 61 of file GsfElectronAlgo.h.
std::unique_ptr<const ElectronMVAEstimator> GsfElectronAlgo::HeavyObjectCache::iElectronMVAEstimator |
Definition at line 60 of file GsfElectronAlgo.h.
std::unique_ptr<const SoftElectronMVAEstimator> GsfElectronAlgo::HeavyObjectCache::sElectronMVAEstimator |
Definition at line 59 of file GsfElectronAlgo.h.
Referenced by GsfElectronAlgo::createElectron().