From 6b8dbd86478628286f78b545a3e0f345d264ecb5 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 12 Apr 2024 14:31:21 +0200 Subject: [PATCH] Disable UParT for Run 2 and early Run 3 --- PhysicsTools/NanoAOD/python/nano_cff.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PhysicsTools/NanoAOD/python/nano_cff.py b/PhysicsTools/NanoAOD/python/nano_cff.py index 6c69756887f2e..dd65ea8d47220 100644 --- a/PhysicsTools/NanoAOD/python/nano_cff.py +++ b/PhysicsTools/NanoAOD/python/nano_cff.py @@ -277,9 +277,9 @@ def nanoAOD_customizeCommon(process): nanoAOD_tau_switch, runUTagCHSAK4 = True ) - # Don't add Unified Tagger for PUPPI jets for Run 2 as different PUPPI tune - # and base jet algorithm - run2_nanoAOD_106Xv2.toModify( + # Don't add Unified Tagger for PUPPI jets for Run 2 (as different PUPPI tune + # and base jet algorithm) or early Run 3 eras + (run3_nanoAOD_122 | run3_nanoAOD_124 | run2_nanoAOD_106Xv2).toModify( nanoAOD_tau_switch, addUParTInfo = False )