From a30edf350fa6cda36c6fd530457878c762dccffb Mon Sep 17 00:00:00 2001 From: Sayan Date: Wed, 24 Jun 2026 11:34:33 +0200 Subject: [PATCH 1/2] Fix nTags which are now nBjets with PNetTagged with Medium_WP(>=2) --- DY_hhbbtautau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DY_hhbbtautau.py b/DY_hhbbtautau.py index 4a554683..591a059c 100644 --- a/DY_hhbbtautau.py +++ b/DY_hhbbtautau.py @@ -38,7 +38,7 @@ def __init__( era, *, njets_branch="nJet", - ntags_branch="nBJets", + ntags_branch="nBJets_PNetTag", pt_ll_gen="pt_ll_gen", valid="valid", variations=None, From 625df5be7bfe4ea4bc8946d05a5a56128038a3e9 Mon Sep 17 00:00:00 2001 From: Sayan Date: Wed, 24 Jun 2026 15:46:20 +0200 Subject: [PATCH 2/2] Fix nTags which are now nBjets with PNetTagged with Medium_WP(>=2) --- DY_hhbbtautau.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DY_hhbbtautau.py b/DY_hhbbtautau.py index 591a059c..686baa63 100644 --- a/DY_hhbbtautau.py +++ b/DY_hhbbtautau.py @@ -38,7 +38,7 @@ def __init__( era, *, njets_branch="nJet", - ntags_branch="nBJets_PNetTag", + ntags_branch="nBJetsPNetTag", pt_ll_gen="pt_ll_gen", valid="valid", variations=None,