#include <SysShiftMETcorrInputProducer.h>
Public Member Functions | |
SysShiftMETcorrInputProducer (const edm::ParameterSet &) | |
~SysShiftMETcorrInputProducer () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
TFormula * | corrPx_ |
TFormula * | corrPy_ |
std::string | moduleLabel_ |
edm::EDGetTokenT< edm::View< reco::MET > > | token_ |
bool | useNvtx |
edm::EDGetTokenT< reco::VertexCollection > | verticesToken_ |
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 |
Compute MET correction to compensate systematic shift of MET in x/y-direction (cf. https://indico.cern.ch/getFile.py/access?contribId=1&resId=0&materialId=slides&confId=174318 )
Definition at line 28 of file SysShiftMETcorrInputProducer.h.
|
explicit |
Definition at line 11 of file SysShiftMETcorrInputProducer.cc.
References corrPx_, corrPy_, data, edm::ParameterSet::getParameter(), moduleLabel_, AlCaHLTBitMon_QueryRunRegistry::string, token_, useNvtx, and verticesToken_.
|
override |
Definition at line 41 of file SysShiftMETcorrInputProducer.cc.
|
overrideprivate |
Definition at line 46 of file SysShiftMETcorrInputProducer.cc.
References corrPx_, corrPy_, DEFINE_FWK_MODULE, edm::Event::getByToken(), RazorAnalyzer::met, eostools::move(), edm::Event::put(), objects.METAnalyzer::sumEt, token_, useNvtx, electrons_cff::vertices, and verticesToken_.
|
private |
Definition at line 46 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 47 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 39 of file SysShiftMETcorrInputProducer.h.
Referenced by Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 41 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 44 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 42 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().