Skip to content

Commit

Permalink
Merge pull request #5 from raspereza/desy_dev
Browse files Browse the repository at this point in the history
corrected naming of processes
  • Loading branch information
jmalvaso authored Nov 26, 2024
2 parents da09213 + 47e325e commit 6ebc679
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
cpn.add_dataset(
name="wj_incl_madgraph",
id=220113368,
is_mc=True,
processes=[procs.wj_incl],
# is_mc=True,
processes=[procs.wj],
keys=["/WtoLNu_madgraphMLM","/WtoLNu_madgraphMLM_ext1",],
n_files=344,
n_events=683448011,
Expand All @@ -17,7 +17,7 @@
cpn.add_dataset(
name="dy_lep_madgraph",
id=220154049,
is_mc=True,
# is_mc=True,
processes=[procs.dy_lep],
keys=["/DYto2L_M_50_madgraphMLM","/DYto2L_M_50_madgraphMLM_ext1",],
n_files=464,
Expand All @@ -27,7 +27,7 @@
cpn.add_dataset(
name="ww",
id=220144633,
is_mc=True,
# is_mc=True,
processes=[procs.ww],
keys=["/WW",],
n_files=34,
Expand All @@ -37,7 +37,7 @@
cpn.add_dataset(
name="wz",
id=220150919,
is_mc=True,
# is_mc=True,
processes=[procs.wz],
keys=["/WZ",],
n_files=17,
Expand All @@ -47,7 +47,7 @@
cpn.add_dataset(
name="zz",
id=220134326,
is_mc=True,
# is_mc=True,
processes=[procs.zz],
keys=["/ZZ",],
n_files=3,
Expand Down
24 changes: 12 additions & 12 deletions cmsdb/campaigns/run3_2022_postEE_v2_nano_tau_v14/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
cpn.add_dataset(
name="st_schannel_tbar_lep",
id=220177019,
is_mc=True,
# is_mc=True,
processes=[procs.st_schannel_tbar_lep],
keys=["/ST_s_channel_antitop_4f_leptonDecays",],
n_files=4,
Expand All @@ -17,7 +17,7 @@
cpn.add_dataset(
name="st_schannel_t_lep",
id=220194586,
is_mc=True,
# is_mc=True,
processes=[procs.st_schannel_t_lep],
keys=["/ST_s_channel_top_4f_leptonDecays",],
n_files=5,
Expand All @@ -27,7 +27,7 @@
cpn.add_dataset(
name="st_twchannel_tbar_dl",
id=220158817,
is_mc=True,
# is_mc=True,
processes=[procs.st_twchannel_tbar_dl],
keys=["/ST_tW_antitop_2L2Nu","/ST_tW_antitop_2L2Nu_ext1",],
n_files=32,
Expand All @@ -37,7 +37,7 @@
cpn.add_dataset(
name="st_twchannel_tbar_fh",
id=220179123,
is_mc=True,
# is_mc=True,
processes=[procs.st_twchannel_tbar_fh],
keys=["/ST_tW_antitop_4Q","/ST_tW_antitop_4Q_ext1",],
n_files=29,
Expand All @@ -47,7 +47,7 @@
cpn.add_dataset(
name="st_twchannel_t_dl",
id=220157472,
is_mc=True,
# is_mc=True,
processes=[procs.st_twchannel_t_dl],
keys=["/ST_tW_top_2L2Nu","/ST_tW_top_2L2Nu_ext1",],
n_files=31,
Expand All @@ -57,7 +57,7 @@
cpn.add_dataset(
name="st_twchannel_t_fh",
id=220124315,
is_mc=True,
# is_mc=True,
processes=[procs.st_twchannel_t_fh],
keys=["/ST_tW_top_4Q","/ST_tW_top_4Q_ext1",],
n_files=31,
Expand All @@ -67,7 +67,7 @@
cpn.add_dataset(
name="st_twchannel_t_sl",
id=220136016,
is_mc=True,
# is_mc=True,
processes=[procs.st_twchannel_t_sl],
keys=["/ST_tW_top_LNu2Q","/ST_tW_top_LNu2Q_ext1",],
n_files=57,
Expand All @@ -77,7 +77,7 @@
cpn.add_dataset(
name="st_tchannel_tbar",
id=220166551,
is_mc=True,
# is_mc=True,
processes=[procs.st_tchannel_tbar],
keys=["/ST_t_channel_antitop_4f_InclusiveDecays",],
n_files=5,
Expand All @@ -87,7 +87,7 @@
cpn.add_dataset(
name="st_tchannel_t",
id=220162147,
is_mc=True,
# is_mc=True,
processes=[procs.st_tchannel_t],
keys=["/ST_t_channel_top_4f_InclusiveDecays",],
n_files=10,
Expand All @@ -97,7 +97,7 @@
cpn.add_dataset(
name="tt_dl",
id=220131478,
is_mc=True,
# is_mc=True,
processes=[procs.tt_dl],
keys=["/TTto2L2Nu","/TTto2L2Nu_ext1",],
n_files=369,
Expand All @@ -107,7 +107,7 @@
cpn.add_dataset(
name="tt_fh",
id=220181419,
is_mc=True,
# is_mc=True,
processes=[procs.tt_fh],
keys=["/TTto4Q","/TTto4Q_ext1",],
n_files=484,
Expand All @@ -117,7 +117,7 @@
cpn.add_dataset(
name="tt_sl",
id=220168761,
is_mc=True,
# is_mc=True,
processes=[procs.tt_sl],
keys=["/TTtoLNu2Q",],
n_files=534,
Expand Down

0 comments on commit 6ebc679

Please sign in to comment.