#include <ShiftedParticleProducerT.h>
Classes | |
struct | binningEntryType |
Public Member Functions | |
ShiftedParticleProducerT (const edm::ParameterSet &cfg) | |
~ShiftedParticleProducerT () | |
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< T > | ParticleCollection |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
Private Attributes | |
std::vector< binningEntryType * > | binning_ |
std::string | moduleLabel_ |
double | shiftBy_ |
edm::InputTag | 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 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 32 of file ShiftedParticleProducerT.h.
|
private |
Definition at line 34 of file ShiftedParticleProducerT.h.
|
inlineexplicit |
Definition at line 38 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), ShiftedParticleProducerT< T >::shiftBy_, and ShiftedParticleProducerT< T >::src_.
|
inline |
Definition at line 59 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_.
|
inlineprivatevirtual |
Implements edm::EDProducer.
Definition at line 69 of file ShiftedParticleProducerT.h.
References ShiftedParticleProducerT< T >::binning_, edm::Event::getByLabel(), edm::Event::put(), edm::shift, ShiftedParticleProducerT< T >::shiftBy_, and ShiftedParticleProducerT< T >::src_.
|
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 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().