Skip to content

Commit b5e8310

Browse files
committed
Update tauID to decayModeFindingNewDMs
1 parent bd5e70a commit b5e8310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PhysicsTools/PatUtils/python/tools/runMETCorrectionsAndUncertainties.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ def getMETUncertainties(self, process, metType, metModName, electronCollection,
943943
#---------
944944
pfTaus = cms.EDFilter("PATTauRefSelector",
945945
src = tauCollection,
946-
cut = cms.string('pt > 18.0 & abs(eta) < 2.6 & tauID("decayModeFinding") > 0.5 & isPFTau')
946+
cut = cms.string('pt > 18.0 & abs(eta) < 2.6 & tauID("decayModeFindingNewDMs") > 0.5 & isPFTau')
947947
)
948948
addToProcessAndTask("pfTaus"+postfix, pfTaus, process, getMETUncertainties_task)
949949
#---------------------------------------------------------------------

0 commit comments

Comments
 (0)