#include <JetMETCorrections/Modules/plugins/ChainedJetCorrectorProducer.cc>
Public Member Functions | |
ChainedJetCorrectorProducer (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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< edm::EDGetTokenT< reco::JetCorrector > > | correctorTokens_ |
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 |
Description: [one line class summary]
Implementation: [Notes on implementation]
Definition at line 112 of file ChainedJetCorrectorProducer.cc.
|
explicit |
Definition at line 136 of file ChainedJetCorrectorProducer.cc.
References correctorTokens_, edm::ParameterSet::getParameter(), makeGlobalPositionRcd_cfg::tag, and triggerMatcherToHLTDebug_cfi::tags.
|
static |
Definition at line 171 of file ChainedJetCorrectorProducer.cc.
References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.
|
overrideprivate |
Definition at line 153 of file ChainedJetCorrectorProducer.cc.
References analysisFilters_cff::correctors, correctorTokens_, iEvent, eostools::move(), and unpackBuffers-CaloStage2::token.
|
private |
Definition at line 122 of file ChainedJetCorrectorProducer.cc.
Referenced by ChainedJetCorrectorProducer(), and produce().