Classes | |
struct | binningEntryType |
Public Member Functions | |
ShiftedMETcorrInputProducer (const edm::ParameterSet &) | |
~ShiftedMETcorrInputProducer () 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 |
Private Types | |
typedef std::vector< edm::InputTag > | vInputTag |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< binningEntryType * > | binning_ |
double | shiftBy_ |
vInputTag | src_ |
std::vector< edm::EDGetTokenT< CorrMETData > > | srcTokens_ |
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 |
Vary px, py and sumEt of "unclustered energy" (PFJets of Pt < 10 GeV plus PFCandidates not within jets) by +/- 1 standard deviation, in order to estimate resulting uncertainty on MET
Definition at line 23 of file ShiftedMETcorrInputProducer.cc.
|
private |
Definition at line 31 of file ShiftedMETcorrInputProducer.cc.
|
explicit |
Definition at line 56 of file ShiftedMETcorrInputProducer.cc.
References binning_, looper::cfg, shiftBy_, src_, and srcTokens_.
|
override |
Definition at line 93 of file ShiftedMETcorrInputProducer.cc.
References binning_.
|
overrideprivate |
Definition at line 99 of file ShiftedMETcorrInputProducer.cc.
References binning_, edm::Event::getByToken(), eostools::move(), edm::Event::put(), edm::shift, shiftBy_, src_, and srcTokens_.
|
private |
Definition at line 51 of file ShiftedMETcorrInputProducer.cc.
Referenced by produce(), ShiftedMETcorrInputProducer(), and ~ShiftedMETcorrInputProducer().
|
private |
Definition at line 53 of file ShiftedMETcorrInputProducer.cc.
Referenced by produce(), and ShiftedMETcorrInputProducer().
|
private |
Definition at line 32 of file ShiftedMETcorrInputProducer.cc.
Referenced by produce(), and ShiftedMETcorrInputProducer().
|
private |
Definition at line 33 of file ShiftedMETcorrInputProducer.cc.
Referenced by produce(), and ShiftedMETcorrInputProducer().