#include <ShiftedParticleProducerT.h>
Classes | |
struct | binningEntryType |
Public Member Functions | |
ShiftedParticleProducerT (const edm::ParameterSet &cfg) | |
~ShiftedParticleProducerT () override | |
Public Member Functions inherited from edm::stream::EDProducer<> | |
EDProducer ()=default | |
bool | hasAbilityToProduceInLumis () const final |
bool | hasAbilityToProduceInRuns () const final |
Private Types | |
typedef std::vector< T > | ParticleCollection |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) override |
Private Attributes | |
std::vector< binningEntryType * > | binning_ |
std::string | moduleLabel_ |
double | shiftBy_ |
edm::EDGetTokenT< ParticleCollection > | srcToken_ |
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 energy of electrons/muons/tau-jets by +/- 1 standard deviation, in order to estimate resulting uncertainty on MET
NOTE: energy scale uncertainties need to be specified in python config
Definition at line 31 of file ShiftedParticleProducerT.h.
|
private |
Definition at line 33 of file ShiftedParticleProducerT.h.
|
inlineexplicit |
Definition at line 37 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), ShiftedParticleProducerT< T >::shiftBy_, and ShiftedParticleProducerT< T >::srcToken_.
|
inlineoverride |
Definition at line 58 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_.
|
inlineoverrideprivate |
Definition at line 68 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, edm::Event::getByToken(), edm::isNotFinite(), eostools::move(), edm::Event::put(), edm::shift, ShiftedParticleProducerT< T >::shiftBy_, and ShiftedParticleProducerT< T >::srcToken_.
|
private |
Definition at line 123 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), ShiftedParticleProducerT< T >::ShiftedParticleProducerT(), and ShiftedParticleProducerT< T >::~ShiftedParticleProducerT().
|
private |
Definition at line 102 of file ShiftedParticleProducerT.h.
Referenced by ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 125 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), and ShiftedParticleProducerT< T >::ShiftedParticleProducerT().
|
private |
Definition at line 104 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), and ShiftedParticleProducerT< T >::ShiftedParticleProducerT().