#include <PFCandMETcorrInputProducer.h>
Classes | |
struct | binningEntryType |
Public Member Functions | |
PFCandMETcorrInputProducer (const edm::ParameterSet &) | |
~PFCandMETcorrInputProducer () 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 Member Functions | |
void | produce (edm::Event &, const edm::EventSetup &) override |
Private Attributes | |
std::vector< std::unique_ptr < binningEntryType > > | binning_ |
std::string | moduleLabel_ |
edm::EDGetTokenT< edm::View < reco::Candidate > > | token_ |
edm::EDGetTokenT < edm::ValueMap< float > > | weightsToken_ |
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 |
Sum PFCandidates not within jets ("unclustered energy"), needed as input for Type 2 MET corrections
Definition at line 31 of file PFCandMETcorrInputProducer.h.
|
explicit |
Definition at line 7 of file PFCandMETcorrInputProducer.cc.
References binning_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::InputTag::label(), HLT_FULL_cff::srcWeights, token_, and weightsToken_.
|
override |
Definition at line 30 of file PFCandMETcorrInputProducer.cc.
|
overrideprivate |
Definition at line 32 of file PFCandMETcorrInputProducer.cc.
References binning_, HLT_FULL_cff::cands, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), edm::Event::put(), token_, histoStyle::weight, HLT_FULL_cff::weights, and weightsToken_.
|
private |
Definition at line 55 of file PFCandMETcorrInputProducer.h.
Referenced by PFCandMETcorrInputProducer(), and produce().
|
private |
Definition at line 39 of file PFCandMETcorrInputProducer.h.
Referenced by ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Modules.SwitchProducer::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::nameInProcessDesc_(), and Modules.ESProducer::nameInProcessDesc_().
|
private |
Definition at line 41 of file PFCandMETcorrInputProducer.h.
Referenced by PFCandMETcorrInputProducer(), and produce().
|
private |
Definition at line 42 of file PFCandMETcorrInputProducer.h.
Referenced by PFCandMETcorrInputProducer(), and produce().