Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 18 additions & 7 deletions config/crossSections13p6TeV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BR_W_lnu:
unc:

BR_W_qq:
BR: 1 - BR_W_lnu
BR: 1 - (3 * BR_W_lnu)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

!!

reference: https://pdg.lbl.gov/2019/listings/rpp2019-list-w-boson.pdf
unc:

Expand All @@ -49,25 +49,36 @@ BR_Z_nunu:
unc:

XtoHHto2B2Wto2B2L2Nu:
crossSec: one_pb * 2 * BR_H_bb * BR_H_WW * 3 * BR_W_lnu * 3 * BR_W_lnu
reference: "common sense"
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
reference: "common sense"
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
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:

# 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
Expand Down
Loading