Skip to content

Commit

Permalink
renaming heep trk iso var
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Harper committed Mar 7, 2018
1 parent f72cc01 commit 0cef6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Expand Up @@ -303,7 +303,7 @@ def miniAOD_customizeCommon(process):
#add the HEEP trk isol to the slimmed electron, add it to the first FromFloatValMap modifier
for pset in process.slimmedElectrons.modifierConfig.modifications:
if pset.hasParameter("modifierName") and pset.modifierName == cms.string('EGExtraInfoModifierFromFloatValueMaps'):
pset.electron_config.heepV70TrkPtIso = cms.InputTag("heepIDVarValueMaps","eleTrkPtIso")
pset.electron_config.heepTrkPtIso = cms.InputTag("heepIDVarValueMaps","eleTrkPtIso")
break

#VID Photon IDs
Expand Down

0 comments on commit 0cef6b6

Please sign in to comment.