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 bdfe695 commit 49b6b1b
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions cmsdb/campaigns/run3_2023_preBPix_nano_v12/qcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,20 +289,6 @@
),
),
)
# cpn.add_dataset(
# name="qcd_em_pt300toinf_pythia",
# id=14790606,
# processes=[procs.qcd_em_pt300toinf],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/QCD_PT-300toInf_EMEnriched_TuneCP5_13p6TeV_pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v14-v2/NANOAODSIM", # noqa
# ],
# n_files=9,
# n_events=1582951,
# ),
# ),
# )

####################################################################################################
#
Expand Down Expand Up @@ -394,17 +380,3 @@
),
),
)
# cpn.add_dataset(
# name="qcd_bctoe_pt250toinf_pythia",
# id=14790488,
# processes=[procs.qcd_bctoe_pt250toinf],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/QCD_PT-250toInf_bcToE_TuneCP5_13p6TeV_pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v14-v2/NANOAODSIM", # noqa
# ],
# n_files=7,
# n_events=1663024,
# ),
# ),
# )

0 comments on commit 49b6b1b

Please sign in to comment.