#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 | |
EDProducer (const EDProducer &)=delete | |
bool | hasAbilityToProduceInBeginLumis () const final |
bool | hasAbilityToProduceInBeginProcessBlocks () const final |
bool | hasAbilityToProduceInBeginRuns () const final |
bool | hasAbilityToProduceInEndLumis () const final |
bool | hasAbilityToProduceInEndProcessBlocks () const final |
bool | hasAbilityToProduceInEndRuns () const final |
const EDProducer & | operator= (const EDProducer &)=delete |
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<> | |
using | CacheTypes = CacheContexts< T... > |
using | GlobalCache = typename CacheTypes::GlobalCache |
using | HasAbility = AbilityChecker< T... > |
using | InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache |
using | LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache |
using | LuminosityBlockContext = LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCache > |
using | LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache |
using | RunCache = typename CacheTypes::RunCache |
using | RunContext = RunContextT< RunCache, GlobalCache > |
using | RunSummaryCache = typename CacheTypes::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 32 of file ShiftedParticleProducerT.h.
|
inlineexplicit |
Definition at line 35 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, looper::cfg, ShiftedParticleProducerT< T >::shiftBy_, and ShiftedParticleProducerT< T >::srcToken_.
|
inlineoverride |
Definition at line 55 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it.
|
inlineoverrideprivate |
Definition at line 62 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 110 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), ShiftedParticleProducerT< T >::ShiftedParticleProducerT(), and ShiftedParticleProducerT< T >::~ShiftedParticleProducerT().
|
private |
Definition at line 97 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 112 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), and ShiftedParticleProducerT< T >::ShiftedParticleProducerT().
|
private |
Definition at line 99 of file ShiftedParticleProducerT.h.
Referenced by ShiftedParticleProducerT< T >::produce(), and ShiftedParticleProducerT< T >::ShiftedParticleProducerT().