#include <CorrectedMETProducerT.h>
Public Member Functions | |
CorrectedMETProducerT (const edm::ParameterSet &cfg) | |
~CorrectedMETProducerT () | |
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 > | METCollection |
Private Member Functions | |
void | produce (edm::Event &evt, const edm::EventSetup &es) |
Private Attributes | |
METCorrectionAlgorithm * | algorithm_ |
std::string | moduleLabel_ |
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) |
Produce MET collections with Type 1 / Type 1 + 2 corrections applied
NOTE: This file defines the generic template. Concrete instances for CaloMET and PFMET are defined in JetMETCorrections/Type1MET/plugins/CorrectedCaloMETProducer.cc JetMETCorrections/Type1MET/plugins/CorrectedPFMETProducer.cc
Definition at line 65 of file CorrectedMETProducerT.h.
|
private |
Definition at line 67 of file CorrectedMETProducerT.h.
|
inlineexplicit |
Definition at line 71 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_, edm::ParameterSet::getParameter(), and CorrectedMETProducerT< T >::src_.
|
inline |
Definition at line 81 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_.
|
inlineprivatevirtual |
Implements edm::EDProducer.
Definition at line 88 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_, METCorrectionAlgorithm::compMETCorrection(), edm::Event::getByLabel(), edm::Event::put(), and CorrectedMETProducerT< T >::src_.
|
private |
Definition at line 113 of file CorrectedMETProducerT.h.
Referenced by CorrectedMETProducerT< T >::CorrectedMETProducerT(), CorrectedMETProducerT< T >::produce(), and CorrectedMETProducerT< T >::~CorrectedMETProducerT().
|
private |
Definition at line 109 of file CorrectedMETProducerT.h.
Referenced by Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 111 of file CorrectedMETProducerT.h.
Referenced by CorrectedMETProducerT< T >::CorrectedMETProducerT(), and CorrectedMETProducerT< T >::produce().