#include <ShiftedMETcorrInputProducer.h>
Classes | |
struct | binningEntryType |
Public Member Functions | |
ShiftedMETcorrInputProducer (const edm::ParameterSet &) | |
~ShiftedMETcorrInputProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
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<> | |
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 |
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 25 of file ShiftedMETcorrInputProducer.h.
|
private |
Definition at line 36 of file ShiftedMETcorrInputProducer.h.
|
explicit |
Definition at line 5 of file ShiftedMETcorrInputProducer.cc.
References binning_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), shiftBy_, src_, and srcTokens_.
|
override |
Definition at line 45 of file ShiftedMETcorrInputProducer.cc.
References binning_.
|
overrideprivate |
Definition at line 53 of file ShiftedMETcorrInputProducer.cc.
References binning_, DEFINE_FWK_MODULE, edm::Event::getByToken(), eostools::move(), edm::Event::put(), edm::shift, shiftBy_, src_, and srcTokens_.
|
private |
Definition at line 61 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), ShiftedMETcorrInputProducer(), and ~ShiftedMETcorrInputProducer().
|
private |
Definition at line 63 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), and ShiftedMETcorrInputProducer().
|
private |
Definition at line 37 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), and ShiftedMETcorrInputProducer().
|
private |
Definition at line 38 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), and ShiftedMETcorrInputProducer().