Skip to content

Commit

Permalink
disable DeepTau for phase2 and re-enable old-style phase2 tauIDs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbluj committed Jan 27, 2023
1 parent cff1b21 commit 46cd11a
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 @@ -388,7 +388,7 @@ def _add_deepFlavour(process):
toKeep = ['deepTau2017v2p1','deepTau2018v2p5']
)
from Configuration.Eras.Modifier_phase2_common_cff import phase2_common #Phase2 Tau MVA
_tauIds_phase2 = ['deepTau2026v2p5']
_tauIds_phase2 = ['newDMPhase2v1','againstElePhase2v1']
phase2_common.toModify(tauIdEmbedder.toKeep, func=lambda t:t.extend(_tauIds_phase2))
tauIdEmbedder.runTauID()
addToProcessAndTask(_noUpdatedTauName, process.slimmedTaus.clone(),process,task)
Expand Down

0 comments on commit 46cd11a

Please sign in to comment.