Skip to content

Commit 870f79a

Browse files
authored
Merge pull request DesyTau#26 from hephysicist/desy_dev
Commented out w_lnu nlo dataset since we are not using it for the analysis
2 parents 62c6ed8 + b1d4bf8 commit 870f79a

2 files changed

Lines changed: 16 additions & 15 deletions

File tree

  • cmsdb
    • campaigns/run3_2023_postBPix_nano_tau_skim_2025_v1
    • processes

cmsdb/campaigns/run3_2023_postBPix_nano_tau_skim_2025_v1/bkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def add_merged_datasets(dataset_rows, cpn, procs):
9393
("WtoLNu_4J_madgraphMLM", ["/WtoLNu_4J_madgraphMLM"], 1436944, 3, 3234452261, "wj_4j"),
9494
("WtoLNu_madgraphMLM", ["/WtoLNu_madgraphMLM"], 94639090, 82, 2950261722, "wj"),
9595
#w+jets amc@nlo
96-
("WtoLNu_amcatnloFXFX", ["/WtoLNu_amcatnloFXFX"], 64991689, 91, 2516868007, "w_lnu" ),
96+
#("WtoLNu_amcatnloFXFX", ["/WtoLNu_amcatnloFXFX"], 64991689, 91, 2516868007, "w_lnu" ),
9797
#ttbar
9898
("TTto2L2Nu", ["/TTto2L2Nu"], 24357456, 70, 4011623041, "tt_dl" ),
9999
("TTto4Q", ["/TTto4Q"], 52422350, 131, 2259192852, "tt_fh" ),

cmsdb/processes/ewk.py

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dy","dy_lep","dy_ll_m10to50",#"dy_z2mumu","dy_z2ee","dy_z2tautau",
1616
"dy_ll_m50","dy_ll_m50_0j","dy_ll_m50_1j","dy_ll_m50_2j",
1717
"dy_tt_m50","dy_tt_m50_0j","dy_tt_m50_1j","dy_tt_m50_2j",
18-
"w","w_lnu","wj","wj_1j","wj_2j","wj_3j","wj_4j",
18+
"w","wj","wj_1j","wj_2j","wj_3j","wj_4j",
1919
"vv","ww","wz","zz",
2020
]
2121

@@ -229,6 +229,7 @@
229229
id=6000,
230230
label="W + jets",
231231
xsecs={13.6: Number(0.1)}, # TODO
232+
color="#c95954"
232233
)
233234

234235
wm_lnu_xs_13p6 = const.n_leps * Number(9009.5, {
@@ -240,19 +241,19 @@
240241
"pdf": 0.007j,
241242
})
242243
# xsec taken from: https://xsecdb-xsdb-official.app.cern.ch/xsdb/?columns=67108863&currentPage=0&pageSize=10&searchQuery=process_name%3DWtoLNu-2Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8
243-
w_lnu = w.add_process(
244-
name="w_lnu",
245-
id=6100,
246-
label=rf"{w.label} ($W \rightarrow l\nu$)",
247-
xsecs={
248-
13: const.n_leps * Number(20508.9, {
249-
"scale": (165.7, 88.2),
250-
"pdf": 770.9,
251-
}),
252-
13.6: Number(67710.0, {"total": 834},)
253-
},
254-
color="#c95954"
255-
)
244+
# w_lnu = w.add_process(
245+
# name="w_lnu",
246+
# id=6100,
247+
# label=rf"{w.label} ($W \rightarrow l\nu$)",
248+
# xsecs={
249+
# 13: const.n_leps * Number(20508.9, {
250+
# "scale": (165.7, 88.2),
251+
# "pdf": 770.9,
252+
# }),
253+
# 13.6: Number(67710.0, {"total": 834},)
254+
# },
255+
# color="#c95954"
256+
# )
256257

257258

258259
#x-secs are taken from xsec analyser:

0 commit comments

Comments
 (0)