#include <AssociationVectorSelector.h>
Public Member Functions | |
AssociationVectorSelector (const edm::ParameterSet &) | |
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 Types | |
typedef edm::AssociationVector< KeyRefProd, CVal > | association_t |
typedef association_t::CKey | collection_t |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
edm::EDGetTokenT< association_t > | associationToken_ |
KeySelector | selectKey_ |
ValSelector | selectVal_ |
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 |
Definition at line 16 of file AssociationVectorSelector.h.
|
private |
Definition at line 21 of file AssociationVectorSelector.h.
|
private |
Definition at line 22 of file AssociationVectorSelector.h.
AssociationVectorSelector< KeyRefProd, CVal, KeySelector, ValSelector >::AssociationVectorSelector | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 36 of file AssociationVectorSelector.h.
References SiStripOfflineCRack_cfg::alias, looper::cfg, and AlCaHLTBitMon_QueryRunRegistry::string.
|
overrideprivate |
Definition at line 47 of file AssociationVectorSelector.h.
References clone(), edm::Event::getByToken(), edm::Event::getRefBeforePut(), mps_fire::i, eostools::move(), getGTfromDQMFile::obj, edm::Event::put(), and findQualityFiles::size.
|
private |
Definition at line 24 of file AssociationVectorSelector.h.
|
private |
Definition at line 25 of file AssociationVectorSelector.h.
|
private |
Definition at line 26 of file AssociationVectorSelector.h.