Skip to content

Commit

Permalink
Merge pull request #3 from jmalvaso/desy_dev_skim_v2
Browse files Browse the repository at this point in the history
Implementation of st_schannel samples for 2022_preEE skim_v2
  • Loading branch information
jmalvaso authored Nov 26, 2024
2 parents 6ebc679 + 1ee5445 commit bc1316c
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions cmsdb/campaigns/run3_2022_preEE_nano_tau_skim_v2/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,22 @@
n_events=3762818+3999850,
aux=None
)

cpn.add_dataset(
name="st_schannel_t",
id=22120126,
processes=[procs.st_schannel_t],
keys=['/ST_s_channel_top_4f_leptonDecays'],
n_files=2,
n_events=781538,
)
cpn.add_dataset(
name="st_schannel_tbar",
id=22120127,
processes=[procs.st_schannel_tbar],
keys=['/ST_s_channel_antitop_4f_leptonDecays'],
n_files=1,
n_events=484738,
)
### TT SAMPLES ###

cpn.add_dataset(
Expand Down Expand Up @@ -123,23 +138,6 @@
)


# cpn.add_dataset(
# name="dataset_26",
# id=26,
# processes=[procs.process_26],
# keys=['ST_s_channel_antitop_4f_leptonDecays'],
# n_files=1,
# n_events=484738.0,
# )

# cpn.add_dataset(
# name="dataset_27",
# id=27,
# processes=[procs.process_27],
# keys=['ST_s_channel_top_4f_leptonDecays'],
# n_files=2,
# n_events=781538.0,
# )

# cpn.add_dataset(
# name="dataset_40",
Expand Down

0 comments on commit bc1316c

Please sign in to comment.