Skip to content

Commit

Permalink
Use mH=125 GeV cross sections
Browse files Browse the repository at this point in the history
Co-authored-by: nprouvost <[email protected]>
  • Loading branch information
mafrahm and nprouvost authored Feb 15, 2024
1 parent 7c46aea commit cae2c8b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion cmsdb/processes/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
}),
13.6: const.n_leps * Number(2091.7, {
"scale": (0.008j, 0.013j),
"pdf": 1.0j,
"pdf": 0.01j,
}),
},
)
Expand Down
18 changes: 9 additions & 9 deletions cmsdb/processes/higgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
label=r"$H_{ggf}$",
xsecs={
13: Number(0.1), # TODO
13.6: Number(56.11, {
"pdf": 0.021j,
13.6: Number(52.23, { # value for mH=125 GeV
"pdf": 0.032j,
"th": (0.046j, 0.067j),
"th_gaussian": 0.040,
"th_gaussian": 0.039,
}), # TODO: only preliminary
},
)
Expand All @@ -66,7 +66,7 @@
label=r"$H_{vbf}$",
xsecs={
13: Number(0.1), # TODO
13.6: Number(4.075, {
13.6: Number(4.078, { # value for mH=125 GeV
"scale": (0.005j, 0.003j),
"pdf": 0.021j,
}), # TODO: only preliminary
Expand All @@ -92,7 +92,7 @@
label="ZH",
xsecs={
13: Number(0.1), # TODO
13.6: Number(0.9439, {
13.6: Number(0.9439, { # value for mH=125 GeV
"scale": (0.037j, 0.032j),
"pdf": 0.016j,
}), # TODO: only preliminary
Expand Down Expand Up @@ -125,7 +125,7 @@
id=13200,
xsecs={
13: Number(0.1), # TODO
13.6: Number(0.88696, {
13.6: Number(0.8889, { # value for mH=125 GeV
"scale": (0.004j, 0.007j),
"pdf": 0.018j,
}), # TODO: only preliminary
Expand All @@ -143,7 +143,7 @@
id=13300,
xsecs={
13: Number(0.1), # TODO
13.6: Number(0.566359, {
13.6: Number(0.5677, { # value for mH=125 GeV
"scale": (0.004j, 0.007j),
"pdf": 0.018j,
}), # TODO: only preliminary
Expand Down Expand Up @@ -173,7 +173,7 @@
label=r"$t\bar{t}H$",
xsecs={
13: Number(0.1), # TODO
13.6: Number(5.688, {
13.6: Number(0.5700, { # value for mH=125 GeV
"scale": (0.060j, 0.093j),
"pdf": 0.035j,
}), # TODO: only preliminary
Expand Down Expand Up @@ -246,7 +246,7 @@
"pdf": 0.03j,
"mtop": (0.04j, 0.18j),
}),
13.6: Number(0.03443, {
13.6: Number(0.03443, { # value for mH=125 GeV
"scale": (0.021j, 0.049j),
"pdf": 0.03j,
"mtop": (0.04j, 0.18j),
Expand Down

0 comments on commit cae2c8b

Please sign in to comment.