From 33b279a14cfa2b609ef82a5abc271bcfbbf1a7f7 Mon Sep 17 00:00:00 2001 From: Devin Date: Thu, 2 Jul 2026 21:09:50 +0200 Subject: [PATCH 1/2] Add bbtt signals --- config/crossSections13p6TeV.yaml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/config/crossSections13p6TeV.yaml b/config/crossSections13p6TeV.yaml index ce9351e8f..ce0737bb5 100644 --- a/config/crossSections13p6TeV.yaml +++ b/config/crossSections13p6TeV.yaml @@ -50,17 +50,17 @@ BR_Z_nunu: XtoHHto2B2Wto2B2L2Nu: crossSec: one_pb * 2 * BR_H_bb * BR_H_WW * 3 * BR_W_lnu * 3 * BR_W_lnu - reference: "common sense" + reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." unc: XtoHHto2B2Wto2B2Q1L1Nu: crossSec: one_pb * 2 * BR_H_bb * 2 * BR_H_WW * 3 * BR_W_lnu * BR_W_qq - reference: "common sense" + reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." unc: XtoHHto2B2Vto2B2JLNu: crossSec: one_pb * 2 * BR_H_bb * 2 * BR_H_WW * 3 * BR_W_lnu * BR_W_qq - reference: "common sense" + reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." unc: XtoHHto2B2Vto2B2L2Nu: @@ -68,6 +68,17 @@ XtoHHto2B2Vto2B2L2Nu: reference: "common sense" unc: +# Some 2023 mass points do NOT have a 2B2Tau, so using 2Tau2B version (it shouldn't matter) +XtoHHto2B2Tau: + crossSec: one_pb * 2 * BR_H_bb * BR_H_tautau + reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." + unc: + +XtoHHto2Tau2B: + crossSec: one_pb * 2 * BR_H_tautau * BR_H_bb + reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." + unc: + GluGlutoHH_kl_0p00_kt_1p00_c2_0p00: crossSec: 0.075766 reference: https://gitlab.cern.ch/hh/recommendations/-/blob/d7ad328c2ca55c75466b0a480af19823b7fa305b/CrossSections.md From 66b09e6e3a9dc69b42a81fb891974525331c57f4 Mon Sep 17 00:00:00 2001 From: Devin Date: Thu, 2 Jul 2026 22:01:48 +0200 Subject: [PATCH 2/2] Fix bug in BR_W_qq, formatted signal BR --- config/crossSections13p6TeV.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/crossSections13p6TeV.yaml b/config/crossSections13p6TeV.yaml index ce0737bb5..b6dd894c2 100644 --- a/config/crossSections13p6TeV.yaml +++ b/config/crossSections13p6TeV.yaml @@ -34,7 +34,7 @@ BR_W_lnu: unc: BR_W_qq: - BR: 1 - BR_W_lnu + BR: 1 - (3 * BR_W_lnu) reference: https://pdg.lbl.gov/2019/listings/rpp2019-list-w-boson.pdf unc: @@ -49,22 +49,22 @@ BR_Z_nunu: unc: XtoHHto2B2Wto2B2L2Nu: - crossSec: one_pb * 2 * BR_H_bb * BR_H_WW * 3 * BR_W_lnu * 3 * BR_W_lnu + crossSec: one_pb * 2 * ( BR_H_bb * BR_H_WW * (3 * BR_W_lnu) * (3 * BR_W_lnu) ) reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." unc: XtoHHto2B2Wto2B2Q1L1Nu: - crossSec: one_pb * 2 * BR_H_bb * 2 * BR_H_WW * 3 * BR_W_lnu * BR_W_qq + crossSec: one_pb * 2 * ( BR_H_bb * BR_H_WW * 2 * ((3 * BR_W_lnu) * BR_W_qq) ) reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." unc: XtoHHto2B2Vto2B2JLNu: - crossSec: one_pb * 2 * BR_H_bb * 2 * BR_H_WW * 3 * BR_W_lnu * BR_W_qq - reference: "X to YH samples have forced decays, combinatorics aren't required, but *2 used to scale using only 'half' the decays. Y-125GeV should be identical to H, so forced decay can be ignored." + crossSec: one_pb * 2 * ( BR_H_bb * BR_H_WW * 2 * ((3 * BR_W_lnu) * BR_W_qq) ) + reference: "common sense" unc: XtoHHto2B2Vto2B2L2Nu: - crossSec: one_pb * 2 * BR_H_bb * ( BR_H_WW * 3 * BR_W_lnu * 3 * BR_W_lnu + 2 * BR_H_ZZ * 3 * BR_Z_ll * BR_Z_nunu ) + crossSec: one_pb * 2 * ( BR_H_bb * ( BR_H_WW * (3 * BR_W_lnu) * (3 * BR_W_lnu) + 2 * BR_H_ZZ * (3 * BR_Z_ll) * BR_Z_nunu ) ) reference: "common sense" unc: