Skip to content

Commit

Permalink
Add lowPtGsfElectronID to userFloats
Browse files Browse the repository at this point in the history
  • Loading branch information
bainbrid committed Aug 24, 2020
1 parent 28acbe6 commit 9c8780e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions PhysicsTools/PatAlgos/python/slimming/slimmedLowPtElectrons_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@
saveNonZSClusterShapes = cms.string("1"), # save additional user floats: (sigmaIetaIeta,sigmaIphiIphi,sigmaIetaIphi,r9,e1x5_over_e5x5)_NoZS
reducedBarrelRecHitCollection = cms.InputTag("reducedEcalRecHitsEB"),
reducedEndcapRecHitCollection = cms.InputTag("reducedEcalRecHitsEE"),
modifyElectrons = cms.bool(False),
modifierConfig = cms.PSet( modifications = cms.VPSet() )
modifyElectrons = cms.bool(True),
modifierConfig = cms.PSet(
modifications = cms.VPSet(
cms.PSet(
electron_config = cms.PSet(
LowPtElectronMVAValues = cms.InputTag("lowPtGsfElectronID"),
electronSrc = cms.InputTag("patLowPtElectrons"),
),
modifierName = cms.string('EGExtraInfoModifierFromFloatValueMaps'),
photon_config = cms.PSet()
),
)
)
)

0 comments on commit 9c8780e

Please sign in to comment.