#include <AnythingToValueMap.h>
Public Types | |
typedef edm::ValueMap< value_type > | Map |
typedef Map::Filler | MapFiller |
Public Types inherited from edm::stream::EDProducer<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::RunSummaryCache |
Public Member Functions | |
ManyThingsToValueMaps (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~ManyThingsToValueMaps () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
Private Attributes | |
std::vector< Adaptor > | adaptors_ |
bool | failSilently_ |
std::vector< edm::InputTag > | inputs_ |
edm::EDGetTokenT< Collection > | src_ |
Definition at line 66 of file AnythingToValueMap.h.
typedef edm::ValueMap<value_type> pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::Map |
Definition at line 68 of file AnythingToValueMap.h.
typedef Map::Filler pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::MapFiller |
Definition at line 69 of file AnythingToValueMap.h.
|
inlineexplicit |
Definition at line 70 of file AnythingToValueMap.h.
References pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::adaptors_, and pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::inputs_.
|
inlineoverride |
Definition at line 79 of file AnythingToValueMap.h.
|
override |
Definition at line 91 of file AnythingToValueMap.h.
References Exception, trigObjTnPSource_cfi::filler, patZpeak::handle, iEvent, genParticles_cff::map, eostools::move(), and runTheMatrix::ret.
|
private |
Definition at line 87 of file AnythingToValueMap.h.
Referenced by pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::ManyThingsToValueMaps().
|
private |
Definition at line 84 of file AnythingToValueMap.h.
|
private |
Definition at line 86 of file AnythingToValueMap.h.
Referenced by pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::ManyThingsToValueMaps().
|
private |
Definition at line 85 of file AnythingToValueMap.h.