Skip to content

Commit 7c46aea

Browse files
committed
fix typos
1 parent 1496b2f commit 7c46aea

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

cmsdb/processes/top.py

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -251,13 +251,13 @@
251251
st_schannel_lep = st_schannel.add_process(
252252
name="st_schannel_lep",
253253
id=2301,
254-
xsecs=multiply_xsecs(st_schannel, const.br_w_lep),
254+
xsecs=multiply_xsecs(st_schannel, const.br_w.lep),
255255
)
256256

257257
st_schannel_had = st_schannel.add_process(
258258
name="st_schannel_had",
259259
id=2302,
260-
xsecs=multiply_xsecs(st_schannel, const.br_w_had),
260+
xsecs=multiply_xsecs(st_schannel, const.br_w.had),
261261
)
262262

263263
st_schannel_t = st_schannel.add_process(
@@ -275,13 +275,13 @@
275275
st_schannel_t_lep = st_schannel_t.add_process(
276276
name="st_schannel_t_lep",
277277
id=2311,
278-
xsecs=multiply_xsecs(st_schannel_t, const.br_w_lep),
278+
xsecs=multiply_xsecs(st_schannel_t, const.br_w.lep),
279279
)
280280

281281
st_schannel_t_had = st_schannel_t.add_process(
282282
name="st_schannel_t_had",
283283
id=2312,
284-
xsecs=multiply_xsecs(st_schannel_t, const.br_w_had),
284+
xsecs=multiply_xsecs(st_schannel_t, const.br_w.had),
285285
)
286286

287287
st_schannel_tbar = st_schannel.add_process(
@@ -299,13 +299,13 @@
299299
st_schannel_tbar_lep = st_schannel_tbar.add_process(
300300
name="st_schannel_tbar_lep",
301301
id=2321,
302-
xsecs=multiply_xsecs(st_schannel_tbar, const.br_w_lep),
302+
xsecs=multiply_xsecs(st_schannel_tbar, const.br_w.lep),
303303
)
304304

305305
st_schannel_tbar_had = st_schannel_tbar.add_process(
306306
name="st_schannel_tbar_had",
307307
id=2322,
308-
xsecs=multiply_xsecs(st_schannel_tbar, const.br_w_had),
308+
xsecs=multiply_xsecs(st_schannel_tbar, const.br_w.had),
309309
)
310310

311311
# define the combined single top cross section as the sum of the three channels
@@ -360,15 +360,13 @@
360360
"scale": (26.1j, 16.2j),
361361
"pdf": 2.1j,
362362
}),
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+
}),
372370
},
373371
)
374372

@@ -379,13 +377,13 @@
379377
ttw_lnu = ttw.add_process(
380378
name="ttw_lnu",
381379
id=3210,
382-
xsecs=multiply_xsecs(ttw, const.br_w_lep),
380+
xsecs=multiply_xsecs(ttw, const.br_w.lep),
383381
)
384382

385383
ttw_qq = ttw.add_process(
386384
name="ttw_qq",
387385
id=3220,
388-
xsecs=multiply_xsecs(ttw, const.br_w_had),
386+
xsecs=multiply_xsecs(ttw, const.br_w.had),
389387
)
390388

391389

0 commit comments

Comments
 (0)