Public Member Functions | |
CorrectedPFMETProducer (const edm::ParameterSet &cfg) | |
~CorrectedPFMETProducer () 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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Types | |
typedef std::vector< reco::PFMET > | METCollection |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
Private Attributes | |
AddCorrectionsToGenericMET | corrector |
edm::EDGetTokenT< METCollection > | token_ |
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 25 of file CorrectedPFMETProducer.cc.
|
private |
Definition at line 55 of file CorrectedPFMETProducer.cc.
|
inlineexplicit |
Definition at line 27 of file CorrectedPFMETProducer.cc.
References corrector, edm::ParameterSet::getParameter(), beam_dqm_sourceclient-live_cfg::inputTag, and AddCorrectionsToGenericMET::setCorTokens().
|
inlineoverride |
Definition at line 41 of file CorrectedPFMETProducer.cc.
|
inlinestatic |
Definition at line 43 of file CorrectedPFMETProducer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
inlineoverrideprivate |
Definition at line 59 of file CorrectedPFMETProducer.cc.
References corrector, edm::Event::getByToken(), AddCorrectionsToGenericMET::getCorrectedPFMET(), eostools::move(), edm::Event::put(), and token_.
|
private |
Definition at line 53 of file CorrectedPFMETProducer.cc.
Referenced by CorrectedPFMETProducer(), and produce().
|
private |
Definition at line 57 of file CorrectedPFMETProducer.cc.
Referenced by produce().