Skip to content

Commit

Permalink
Disable UParT for Run 2 and early Run 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrussell01 committed Apr 12, 2024
1 parent 04abf15 commit 6b8dbd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PhysicsTools/NanoAOD/python/nano_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 6b8dbd8

Please sign in to comment.