#include <ShiftedMETcorrInputProducer.h>
Classes | |
struct | binningEntryType |
Public Member Functions | |
ShiftedMETcorrInputProducer (const edm::ParameterSet &) | |
~ShiftedMETcorrInputProducer () | |
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 Types | |
typedef std::vector < edm::InputTag > | vInputTag |
Private Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) |
Private Attributes | |
std::vector< binningEntryType * > | binning_ |
std::string | moduleLabel_ |
double | shiftBy_ |
vInputTag | src_ |
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) |
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 38 of file ShiftedMETcorrInputProducer.h.
|
explicit |
Definition at line 7 of file ShiftedMETcorrInputProducer.cc.
References binning_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), shiftBy_, and src_.
ShiftedMETcorrInputProducer::~ShiftedMETcorrInputProducer | ( | ) |
Definition at line 47 of file ShiftedMETcorrInputProducer.cc.
References binning_.
|
privatevirtual |
Implements edm::EDProducer.
Definition at line 55 of file ShiftedMETcorrInputProducer.cc.
References binning_, edm::Event::getByLabel(), edm::Event::put(), edm::shift, shiftBy_, and src_.
|
private |
Definition at line 62 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), ShiftedMETcorrInputProducer(), and ~ShiftedMETcorrInputProducer().
|
private |
Definition at line 36 of file ShiftedMETcorrInputProducer.h.
Referenced by Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 64 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), and ShiftedMETcorrInputProducer().
|
private |
Definition at line 39 of file ShiftedMETcorrInputProducer.h.
Referenced by produce(), and ShiftedMETcorrInputProducer().