#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 | |
AnythingToValueMap (const edm::ParameterSet &iConfig) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~AnythingToValueMap () 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 | |
Adaptor | adaptor_ |
bool | failSilently_ |
edm::EDGetTokenT< Collection > | src_ |
Definition at line 19 of file AnythingToValueMap.h.
typedef edm::ValueMap<value_type> pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::Map |
Definition at line 21 of file AnythingToValueMap.h.
typedef Map::Filler pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::MapFiller |
Definition at line 22 of file AnythingToValueMap.h.
|
inlineexplicit |
Definition at line 23 of file AnythingToValueMap.h.
References pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::adaptor_.
|
inlineoverride |
Definition at line 29 of file AnythingToValueMap.h.
|
override |
Definition at line 40 of file AnythingToValueMap.h.
References trigObjTnPSource_cfi::filler, patZpeak::handle, iEvent, genParticles_cff::map, eostools::move(), and runTheMatrix::ret.
|
private |
Definition at line 36 of file AnythingToValueMap.h.
Referenced by pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::AnythingToValueMap().
|
private |
Definition at line 34 of file AnythingToValueMap.h.
|
private |
Definition at line 35 of file AnythingToValueMap.h.