Skip to content

Commit

Permalink
switched cmsdb to ssh-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Jules Vandenbroeck authored and Jules Vandenbroeck committed Nov 23, 2024
1 parent e2b696c commit 15953a0
Show file tree
Hide file tree
Showing 5 changed files with 152 additions and 26 deletions.
1 change: 1 addition & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_v12/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@
import cmsdb.campaigns.run3_2022_postEE_nano_v12.higgs # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hh2bbww # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hhh4b2tau # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_v12.custom # noqa
22 changes: 17 additions & 5 deletions cmsdb/campaigns/run3_2022_postEE_nano_v12/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
CMS datasets from the 2022 post-EE data-taking campaign
"""

from order import DatasetInfo

import cmsdb.processes as procs
from cmsdb.campaigns.run3_2022_postEE_nano_v12 import campaign_run3_2022_postEE_nano_v12 as cpn

Expand Down Expand Up @@ -132,11 +134,21 @@
id=14784482,
is_data=True,
processes=[procs.data_muoneg],
keys=[
"/MuonEG/Run2022F-22Sep2023-v1/NANOAOD", # noqa
],
n_files=95,
n_events=38219969,
info=dict(
nominal=DatasetInfo(
keys=[
"/MuonEG/Run2022F-22Sep2023-v1/NANOAOD", # noqa: E501
],
aux={
"broken_files": [
"/store/data/Run2022F/MuonEG/NANOAOD/22Sep2023-v1/50000/4d76213a-ef14-411a-9558-559a6df3f978.root", # empty # noqa: E501
"/store/data/Run2022F/MuonEG/NANOAOD/22Sep2023-v1/50000/4fb72196-3b02-4499-8f6c-a54e15692b32.root", # empty # noqa: E501
],
},
n_files=93, # 95-2
n_events=38219969,
),
),
aux={
"era": "F",
},
Expand Down
48 changes: 48 additions & 0 deletions cmsdb/campaigns/run3_2022_preEE_nano_v12/ewk.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,3 +761,51 @@
# n_files=10,
# n_events=493998,
# )

#
# Triple Boson
#

cpn.add_dataset(
name="www",
id=14800679,
processes=[procs.www],
keys=[
"/WWW_4F_TuneCP5_13p6TeV_amcatnlo-madspin-pythia8/Run3Summer22NanoAODv12-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
],
n_files=24,
n_events=450000,
)

cpn.add_dataset(
name="wwz",
id=14797985,
processes=[procs.wwz],
keys=[
"/WWZ_4F_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22NanoAODv12-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
],
n_files=40,
n_events=1950044,
)

cpn.add_dataset(
name="wzz",
id=14796198,
processes=[procs.wzz],
keys=[
"/WZZ_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22NanoAODv12-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
],
n_files=19,
n_events=1987058,
)

cpn.add_dataset(
name="zzz",
id=14801345,
processes=[procs.zzz],
keys=[
"/ZZZ_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer22NanoAODv12-130X_mcRun3_2022_realistic_v5-v2/NANOAODSIM", # noqa
],
n_files=23,
n_events=1970234,
)
53 changes: 42 additions & 11 deletions cmsdb/campaigns/run3_2023_postBPix_nano_v12/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,16 @@
n_events=400000,
)

# TODO ttW not available in 2023 preBPIX yet
# cpn.add_dataset(
# name="ttw_wlnu_1jets",
# id=14836097,
# processes=[procs.ttw_wlnu],
# keys=[
# ],
# n_files=1,
# n_events=111308,
# )
cpn.add_dataset(
name="ttw_wlnu_1jets",
id=15137890,
processes=[procs.ttw_wlnu],
keys=[
"/TTLNu-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM",
],
n_files=1,
n_events=256078,
)

#
# TT + XX
Expand Down Expand Up @@ -211,7 +211,16 @@
# Single Top + X(X/q)
#

# only dr2 available
cpn.add_dataset(
name="twz_tqq_wlnu_zll_dr1",
id=15140022,
processes=[procs.twz_tqq_wlnu_zll_dr1],
keys=[
"/TWZ_Tto2Q_WtoLNu_Zto2L_DR1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=32,
n_events=2184000,
)

cpn.add_dataset(
name="twz_tqq_wlnu_zll_dr2",
Expand All @@ -224,6 +233,17 @@
n_events=557000,
)

cpn.add_dataset(
name="twz_tlnu_wqq_zll_dr1",
id=15139307,
processes=[procs.twz_tlnu_wqq_zll_dr1],
keys=[
"/TWZ_TtoLNu_Wto2Q_Zto2L_DR1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v15-v2/NANOAODSIM", # noqa
],
n_files=35,
n_events=4272000,
)

cpn.add_dataset(
name="twz_tlnu_wqq_zll_dr2",
id=15058265,
Expand All @@ -235,6 +255,17 @@
n_events=557000,
)

cpn.add_dataset(
name="twz_tlnu_wlnu_zll_dr1",
id=15139306,
processes=[procs.twz_tlnu_wlnu_zll_dr1],
keys=[
"/TWZ_TtoLNu_WtoLNu_Zto2L_DR1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v6-v2/NANOAODSIM", # noqa
],
n_files=36,
n_events=1097000,
)

cpn.add_dataset(
name="twz_tlnu_wlnu_zll_dr2",
id=15054138,
Expand Down
54 changes: 44 additions & 10 deletions cmsdb/campaigns/run3_2023_preBPix_nano_v12/top.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,16 +932,16 @@
n_events=794000,
)

# TODO ttW not available in 2023 preBPIX yet
# cpn.add_dataset(
# name="ttw_wlnu_1jets",
# id=14836097,
# processes=[procs.ttw_wlnu],
# keys=[
# ],
# n_files=1,
# n_events=111308,
# )
cpn.add_dataset(
name="ttw_wlnu_1jets",
id=15138234,
processes=[procs.ttw_wlnu],
keys=[
"/TTLNu-1Jets_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v15-v2/NANOAODSIM",
],
n_files=3,
n_events=460305,
)

#
# TT + XX
Expand Down Expand Up @@ -1009,6 +1009,18 @@

# only dr2 available

cpn.add_dataset(
name="twz_tqq_wlnu_zll_dr1",
id=15140387,
processes=[procs.twz_tqq_wlnu_zll_dr1],
keys=[
"/TWZ_Tto2Q_WtoLNu_Zto2L_DR1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v15-v2/NANOAODSIM", # noqa
],
n_files=52,
n_events=4336000,
)


cpn.add_dataset(
name="twz_tqq_wlnu_zll_dr2",
id=15053561,
Expand All @@ -1020,6 +1032,17 @@
n_events=1096000,
)

cpn.add_dataset(
name="twz_tlnu_wqq_zll_dr1",
id=15139307,
processes=[procs.twz_tlnu_wqq_zll_dr1],
keys=[
"/TWZ_TtoLNu_Wto2Q_Zto2L_DR1_TuneCP5_13p6TeV_amcatnlo-pythia8/Run3Summer23NanoAODv12-130X_mcRun3_2023_realistic_v15-v2/NANOAODSIM", # noqa
],
n_files=35,
n_events=4272000,
)

cpn.add_dataset(
name="twz_tlnu_wqq_zll_dr2",
id=15054302,
Expand All @@ -1031,6 +1054,17 @@
n_events=1091000,
)

# TODO missing for 2023 preBPix
# cpn.add_dataset(
# name="twz_tlnu_wlnu_zll_dr1",
# id=15054360,
# processes=[procs.twz_tlnu_wlnu_zll_dr1],
# keys=[
# ],
# n_files=14,
# n_events=444000,
# )

cpn.add_dataset(
name="twz_tlnu_wlnu_zll_dr2",
id=15054360,
Expand Down

0 comments on commit 15953a0

Please sign in to comment.