Skip to content

Commit

Permalink
electron getdBFromTrack now in run2_miniAOD_UL
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Aug 5, 2020
1 parent 22e6bd2 commit bd0bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def miniAOD_customizeCommon(process):
process.patElectrons.usePfCandidateMultiMap = True
process.patElectrons.pfCandidateMultiMap = cms.InputTag("reducedEgamma","reducedGsfElectronPfCandMap")
process.patElectrons.electronIDSources = cms.PSet()
run2_miniAOD_devel.toModify( process.patElectrons, getdBFromTrack = True)
run2_miniAOD_UL.toModify( process.patElectrons, getdBFromTrack = True)
from Configuration.Eras.Modifier_run2_miniAOD_80XLegacy_cff import run2_miniAOD_80XLegacy
run2_miniAOD_80XLegacy.toModify(process.patElectrons,
addPFClusterIso = cms.bool(True),
Expand Down

0 comments on commit bd0bca6

Please sign in to comment.