Public Member Functions | |
GEDGsfElectronFinalizer (const edm::ParameterSet &) | |
void | produce (edm::Event &, const edm::EventSetup &) 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 Attributes | |
std::unique_ptr< ModifyObjectValueBase > | gedRegression_ |
const edm::EDGetTokenT< reco::PFCandidateCollection > | pfCandidates_ |
const edm::EDGetTokenT< reco::GsfElectronCollection > | previousGsfElectrons_ |
const edm::EDPutTokenT< reco::GsfElectronCollection > | putToken_ |
std::vector< edm::EDGetTokenT< edm::ValueMap< float > > > | tokenElectronIsoVals_ |
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 |
Definition at line 12 of file GEDGsfElectronFinalizer.cc.
|
explicit |
Definition at line 32 of file GEDGsfElectronFinalizer.cc.
|
override |
Definition at line 53 of file GEDGsfElectronFinalizer.cc.
References funct::abs(), gedRegression_, reco::GsfElectron::gsfTrack(), mps_fire::i, eostools::move(), reco::GsfElectron::mvaOutput(), pfCandidates_, previousGsfElectrons_, putToken_, reco::GsfElectron::setMvaOutput(), reco::GsfElectron::setPassPflowPreselection(), reco::GsfElectron::setPfIsolationVariables(), singleTopDQM_cfi::setup, reco::GsfElectron::MvaOutput::status, reco::GsfElectron::PflowIsolationVariables::sumChargedHadronPt, reco::GsfElectron::PflowIsolationVariables::sumEcalClusterEt, reco::GsfElectron::PflowIsolationVariables::sumHcalClusterEt, reco::GsfElectron::PflowIsolationVariables::sumNeutralHadronEt, reco::GsfElectron::PflowIsolationVariables::sumPhotonEt, reco::GsfElectron::PflowIsolationVariables::sumPUPt, and tokenElectronIsoVals_.
|
private |
Definition at line 22 of file GEDGsfElectronFinalizer.cc.
Referenced by produce().
|
private |
Definition at line 20 of file GEDGsfElectronFinalizer.cc.
Referenced by produce().
|
private |
Definition at line 19 of file GEDGsfElectronFinalizer.cc.
Referenced by produce().
|
private |
Definition at line 24 of file GEDGsfElectronFinalizer.cc.
Referenced by produce().
|
private |
Definition at line 21 of file GEDGsfElectronFinalizer.cc.
Referenced by produce().