#include <MVAValueMapProducer.h>
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
static void | globalEndJob (const egamma::MVAObjectCache *) |
static std::unique_ptr < egamma::MVAObjectCache > | initializeGlobalCache (const edm::ParameterSet &conf) |
Static Public Member Functions inherited from edm::stream::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
virtual void | produce (edm::Event &, const edm::EventSetup &) override |
template<typename T > | |
void | writeValueMap (edm::Event &iEvent, const edm::Handle< edm::View< ParticleType > > &handle, const std::vector< T > &values, const std::string &label) const |
Private Attributes | |
std::vector< std::string > | mvaCategoriesMapNames_ |
std::vector< std::string > | mvaValueMapNames_ |
edm::EDGetToken | src_ |
edm::EDGetToken | srcMiniAOD_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< egamma::MVAObjectCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDProducerBase | |
typedef EDProducerAdaptorBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
Definition at line 22 of file MVAValueMapProducer.h.
MVAValueMapProducer< ParticleType >::MVAValueMapProducer | ( | const edm::ParameterSet & | iConfig, |
const egamma::MVAObjectCache * | mva_cache | ||
) |
Definition at line 64 of file MVAValueMapProducer.h.
References egamma::MVAObjectCache::allMVAs(), edm::ParameterSet::getParameter(), and AlCaHLTBitMon_QueryRunRegistry::string.
MVAValueMapProducer< ParticleType >::~MVAValueMapProducer | ( | ) |
Definition at line 100 of file MVAValueMapProducer.h.
|
static |
Definition at line 165 of file MVAValueMapProducer.h.
References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::setUnknown().
|
inlinestatic |
Definition at line 34 of file MVAValueMapProducer.h.
|
inlinestatic |
Definition at line 30 of file MVAValueMapProducer.h.
|
overrideprivatevirtual |
Implements edm::stream::EDProducerBase.
Definition at line 104 of file MVAValueMapProducer.h.
References HLT_25ns14e33_v1_cff::distance, edm::Event::getByToken(), i, and alcazmumu_cfi::src.
|
private |
Definition at line 150 of file MVAValueMapProducer.h.
References edm::helper::Filler< Map >::fill(), patZpeak::handle, edm::helper::Filler< Map >::insert(), and edm::Event::put().
|
private |
Definition at line 59 of file MVAValueMapProducer.h.
|
private |
Definition at line 58 of file MVAValueMapProducer.h.
|
private |
Definition at line 50 of file MVAValueMapProducer.h.
|
private |
Definition at line 53 of file MVAValueMapProducer.h.