Skip to content

Commit

Permalink
remove unused qcd samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Aug 14, 2024
1 parent fa051aa commit a1cdb26
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions cmsdb/campaigns/run3_2023_postBPix_nano_v12/qcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,20 +299,6 @@
),
),
)
# cpn.add_dataset(
# name="qcd_em_pt300toinf_pythia",
# id=14790517,
# processes=[procs.qcd_em_pt300toinf],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/QCD_PT-300toInf_EMEnriched_TuneCP5_13p6TeV_pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=5,
# n_events=842285,
# ),
# ),
# )

#
# qcd_bctoe
Expand Down Expand Up @@ -402,17 +388,3 @@
),
),
)
# cpn.add_dataset(
# name="qcd_bctoe_pt250toinf_pythia",
# id=14791904,
# processes=[procs.qcd_bctoe_pt250toinf],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/QCD_PT-250toInf_bcToE_TuneCP5_13p6TeV_pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=6,
# n_events=879679,
# ),
# ),
# )

0 comments on commit a1cdb26

Please sign in to comment.