Produces a list of FwdPtr's to an input collection. More...
#include "CommonTools/UtilAlgos/interface/FwdPtrProducer.h"
Public Member Functions | |
FwdPtrProducer (edm::ParameterSet const ¶ms) | |
void | produce (edm::Event &iEvent, const edm::EventSetup &iSetup) override |
~FwdPtrProducer () 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 |
Protected Attributes | |
edm::EDGetTokenT< edm::View< T > > | srcToken_ |
Additional Inherited Members | |
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 |
Produces a list of FwdPtr's to an input collection.
Definition at line 24 of file FwdPtrProducer.h.
|
inlineexplicit |
Definition at line 26 of file FwdPtrProducer.h.
|
inlineoverride |
Definition at line 31 of file FwdPtrProducer.h.
|
inlineoverride |
Definition at line 33 of file FwdPtrProducer.h.
References data-class-funcs::H, mps_fire::i, iEvent, eostools::move(), edm::FwdPtrProducer< T, H >::srcToken_, and trackerHitRTTI::vector.
|
protected |
Definition at line 50 of file FwdPtrProducer.h.
Referenced by edm::FwdPtrProducer< T, H >::produce().