#include <SysShiftMETcorrInputProducer.h>
Public Member Functions | |
SysShiftMETcorrInputProducer (const edm::ParameterSet &) | |
~SysShiftMETcorrInputProducer () | |
Public Member Functions inherited from edm::EDProducer | |
EDProducer () | |
virtual | ~EDProducer () |
Public Member Functions inherited from edm::ProducerBase | |
ProducerBase () | |
void | registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &) |
boost::function< void(const BranchDescription &)> | registrationCallback () const |
used by the fwk to register list of products More... | |
virtual | ~ProducerBase () |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
TFormula * | corrPx_ |
TFormula * | corrPy_ |
std::string | moduleLabel_ |
edm::InputTag | src_ |
edm::InputTag | srcVertices_ |
Additional Inherited Members | |
Public Types inherited from edm::EDProducer | |
typedef EDProducer | ModuleType |
typedef WorkerT< EDProducer > | WorkerType |
Public Types inherited from edm::ProducerBase | |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Static Public Member Functions inherited from edm::EDProducer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDProducer | |
CurrentProcessingContext const * | currentContext () const |
Protected Member Functions inherited from edm::ProducerBase | |
template<class TProducer , class TMethod > | |
void | callWhenNewProductsRegistered (TProducer *iProd, TMethod iMethod) |
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 27 of file SysShiftMETcorrInputProducer.h.
|
explicit |
Definition at line 13 of file SysShiftMETcorrInputProducer.cc.
References cms::Exception::append(), corrPx_, corrPy_, data, edm::ParameterSet::getParameter(), edm::InputTag::label(), moduleLabel_, src_, and srcVertices_.
SysShiftMETcorrInputProducer::~SysShiftMETcorrInputProducer | ( | ) |
Definition at line 43 of file SysShiftMETcorrInputProducer.cc.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 48 of file SysShiftMETcorrInputProducer.cc.
References corrPx_, corrPy_, edm::Event::getByLabel(), edm::InputTag::label(), CaloMET_cfi::met, edm::Event::put(), src_, and srcVertices_.
|
private |
Definition at line 43 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 38 of file SysShiftMETcorrInputProducer.h.
Referenced by Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 40 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().
|
private |
Definition at line 41 of file SysShiftMETcorrInputProducer.h.
Referenced by produce(), and SysShiftMETcorrInputProducer().