Skip to content

Commit

Permalink
Fix st processes.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Oct 24, 2024
1 parent 8dcd22b commit 82d14cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v12/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
cpn.add_dataset(
name="st_tchannel_t_4f_powheg",
id=14798465,
processes=[procs.st_tchannel_t_4f],
processes=[procs.st_tchannel_t],
keys=[
"/TBbarQ_t-channel_4FS_TuneCP5_13p6TeV_powheg-madspin-pythia8/Run3Summer22EEMiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_postEE_v6-v2/NANOAODSIM", # noqa
],
Expand All @@ -384,7 +384,7 @@
cpn.add_dataset(
name="st_tchannel_tbar_4f_powheg",
id=14805210,
processes=[procs.st_tchannel_tbar_4f],
processes=[procs.st_tchannel_tbar],
keys=[
"/TbarBQ_t-channel_4FS_TuneCP5_13p6TeV_powheg-madspin-pythia8/Run3Summer22EEMiniAODv4_NanoAODv12UHH-130X_mcRun3_2022_realistic_postEE_v6-v2/NANOAODSIM", # noqa
],
Expand Down

0 comments on commit 82d14cf

Please sign in to comment.