|
251 | 251 | st_schannel_lep = st_schannel.add_process(
|
252 | 252 | name="st_schannel_lep",
|
253 | 253 | id=2301,
|
254 |
| - xsecs=multiply_xsecs(st_schannel, const.br_w_lep), |
| 254 | + xsecs=multiply_xsecs(st_schannel, const.br_w.lep), |
255 | 255 | )
|
256 | 256 |
|
257 | 257 | st_schannel_had = st_schannel.add_process(
|
258 | 258 | name="st_schannel_had",
|
259 | 259 | id=2302,
|
260 |
| - xsecs=multiply_xsecs(st_schannel, const.br_w_had), |
| 260 | + xsecs=multiply_xsecs(st_schannel, const.br_w.had), |
261 | 261 | )
|
262 | 262 |
|
263 | 263 | st_schannel_t = st_schannel.add_process(
|
|
275 | 275 | st_schannel_t_lep = st_schannel_t.add_process(
|
276 | 276 | name="st_schannel_t_lep",
|
277 | 277 | id=2311,
|
278 |
| - xsecs=multiply_xsecs(st_schannel_t, const.br_w_lep), |
| 278 | + xsecs=multiply_xsecs(st_schannel_t, const.br_w.lep), |
279 | 279 | )
|
280 | 280 |
|
281 | 281 | st_schannel_t_had = st_schannel_t.add_process(
|
282 | 282 | name="st_schannel_t_had",
|
283 | 283 | id=2312,
|
284 |
| - xsecs=multiply_xsecs(st_schannel_t, const.br_w_had), |
| 284 | + xsecs=multiply_xsecs(st_schannel_t, const.br_w.had), |
285 | 285 | )
|
286 | 286 |
|
287 | 287 | st_schannel_tbar = st_schannel.add_process(
|
|
299 | 299 | st_schannel_tbar_lep = st_schannel_tbar.add_process(
|
300 | 300 | name="st_schannel_tbar_lep",
|
301 | 301 | id=2321,
|
302 |
| - xsecs=multiply_xsecs(st_schannel_tbar, const.br_w_lep), |
| 302 | + xsecs=multiply_xsecs(st_schannel_tbar, const.br_w.lep), |
303 | 303 | )
|
304 | 304 |
|
305 | 305 | st_schannel_tbar_had = st_schannel_tbar.add_process(
|
306 | 306 | name="st_schannel_tbar_had",
|
307 | 307 | id=2322,
|
308 |
| - xsecs=multiply_xsecs(st_schannel_tbar, const.br_w_had), |
| 308 | + xsecs=multiply_xsecs(st_schannel_tbar, const.br_w.had), |
309 | 309 | )
|
310 | 310 |
|
311 | 311 | # define the combined single top cross section as the sum of the three channels
|
|
360 | 360 | "scale": (26.1j, 16.2j),
|
361 | 361 | "pdf": 2.1j,
|
362 | 362 | }),
|
363 |
| - 14: ( |
364 |
| - Number(0.429, { # ttW+ |
365 |
| - "scale": (26.4j, 16.7j), |
366 |
| - "pdf": 3.2j, |
367 |
| - }) + Number(0.224, { # ttW- |
368 |
| - "scale": (26.4j, 16.4j), |
369 |
| - "pdf": 3.6j, |
370 |
| - }), |
371 |
| - ), |
| 363 | + 14: Number(0.429, { # ttW+ |
| 364 | + "scale": (26.4j, 16.7j), |
| 365 | + "pdf": 3.2j, |
| 366 | + }) + Number(0.224, { # ttW- |
| 367 | + "scale": (26.4j, 16.4j), |
| 368 | + "pdf": 3.6j, |
| 369 | + }), |
372 | 370 | },
|
373 | 371 | )
|
374 | 372 |
|
|
379 | 377 | ttw_lnu = ttw.add_process(
|
380 | 378 | name="ttw_lnu",
|
381 | 379 | id=3210,
|
382 |
| - xsecs=multiply_xsecs(ttw, const.br_w_lep), |
| 380 | + xsecs=multiply_xsecs(ttw, const.br_w.lep), |
383 | 381 | )
|
384 | 382 |
|
385 | 383 | ttw_qq = ttw.add_process(
|
386 | 384 | name="ttw_qq",
|
387 | 385 | id=3220,
|
388 |
| - xsecs=multiply_xsecs(ttw, const.br_w_had), |
| 386 | + xsecs=multiply_xsecs(ttw, const.br_w.had), |
389 | 387 | )
|
390 | 388 |
|
391 | 389 |
|
|
0 commit comments