#include <CorrectedMETProducerT.h>
Public Member Functions | |
CorrectedMETProducerT (const edm::ParameterSet &cfg) | |
~CorrectedMETProducerT () | |
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 |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
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::EDGetTokenT< METCollection > | token_ |
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 |
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 62 of file CorrectedMETProducerT.h.
|
private |
Definition at line 63 of file CorrectedMETProducerT.h.
|
inlineexplicit |
Definition at line 66 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_, looper::cfg, and CorrectedMETProducerT< T >::token_.
|
inline |
Definition at line 74 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_.
|
inlinestatic |
Definition at line 76 of file CorrectedMETProducerT.h.
References edm::ConfigurationDescriptions::add(), defaultModuleLabel(), submitPVResolutionJobs::desc, and HLT_FULL_cff::InputTag.
|
inlineprivate |
Definition at line 83 of file CorrectedMETProducerT.h.
References CorrectedMETProducerT< T >::algorithm_, METCorrectionAlgorithm::compMETCorrection(), pfMETCorrectionType0_cfi::correction, edm::Event::getByToken(), eostools::move(), edm::Event::put(), and CorrectedMETProducerT< T >::token_.
|
private |
Definition at line 107 of file CorrectedMETProducerT.h.
Referenced by CorrectedMETProducerT< T >::CorrectedMETProducerT(), CorrectedMETProducerT< T >::produce(), and CorrectedMETProducerT< T >::~CorrectedMETProducerT().
|
private |
Definition at line 103 of file CorrectedMETProducerT.h.
Referenced by ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 105 of file CorrectedMETProducerT.h.
Referenced by CorrectedMETProducerT< T >::CorrectedMETProducerT(), and CorrectedMETProducerT< T >::produce().