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 | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Protected Attributes | |
edm::EDGetTokenT< edm::View< T > > | srcToken_ |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDProducer<> | |
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 |
Produces a list of FwdPtr's to an input collection.
Definition at line 27 of file FwdPtrProducer.h.
|
inlineexplicit |
Definition at line 29 of file FwdPtrProducer.h.
|
inlineoverride |
Definition at line 35 of file FwdPtrProducer.h.
|
inlineoverride |
Definition at line 37 of file FwdPtrProducer.h.
References edm::Event::getByToken(), class-composition::H, mps_fire::i, eostools::move(), edm::Event::put(), and edm::FwdPtrProducer< T, H >::srcToken_.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
|
protected |
Definition at line 57 of file FwdPtrProducer.h.
Referenced by edm::FwdPtrProducer< T, H >::produce().