Skip to content

Commit

Permalink
Add 22 pre v14, draft for 2 post v14.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 2, 2025
1 parent 36a6d4a commit db1eff8
Show file tree
Hide file tree
Showing 13 changed files with 3,561 additions and 0 deletions.
40 changes: 40 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# coding: utf-8

"""
Custom campaign for Run 3 2022 postEE nanoAOD v14 production.
"""

from order import Campaign


#
# campaign
#

campaign_run3_2022_postEE_nano_uhh_v14 = Campaign(
name="run3_2022_postEE_nano_uhh_v14",
id=320222141, # (run)3(year)2022(part)2(version)14(prod)1
ecm=13.6,
bx=25,
aux={
"tier": "NanoAOD",
"run": 3,
"year": 2022,
"version": 14,
"postfix": "EE",
"custom": {
"name": "run3_2022_postEE_nano_uhh_v14",
"creator": "uhh",
"location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/aalvesan/nanogen_store/MergeNano/config_22post_v14/prod1", # noqa
},
},
tags={"EE", "postEE"},
)


# trailing imports to load datasets
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.data # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.top # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.ewk # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.higgs # noqa
import cmsdb.campaigns.run3_2022_postEE_nano_uhh_v12.hh2bbtautau # noqa
32 changes: 32 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/data.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# coding: utf-8

"""
CMS datasets from the 2022 post-EE data-taking campaign.
"""

# import cmsdb.processes as procs
# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn

#
# E/Gamma
#

# tba

#
# Muon
#

# tba

#
# Tau
#

# tba

#
# MET
#

# tba
40 changes: 40 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/ewk.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# coding: utf-8

"""
Electroweak datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in
version 14, created with custom content at UHH.
"""

# import cmsdb.processes as procs
# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn


#
# Drell-Yan
#

# tba

#
# Z to qq
#

# tba

#
# W boson production
#

# tba

#
# Di-boson
#

# tba

#
# Triple-boson
#

# tba
34 changes: 34 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/hh2bbtautau.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# coding: utf-8

"""
HH -> bbtautau datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in
version 14, created with custom content at UHH.
"""

# import cmsdb.processes as procs
# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn


#
# ggF -> HH
#

# tba

#
# VBF -> HH
#

# tba

#
# ggf -> graviton -> HH
#

# tba

#
# ggf -> radion -> HH
#

# tba
16 changes: 16 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/higgs.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# coding: utf-8

"""
Higgs datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in
version 14, created with custom content at UHH.
"""

# import cmsdb.processes as procs
# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn


#
# single Higgs
#

# tba
36 changes: 36 additions & 0 deletions cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/top.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# coding: utf-8

"""
Top quark related datasets for the 2022 postEE data-taking campaign with datasets at NanoAOD tier in
version 14, created with custom content at UHH.
"""

# from order import DatasetInfo

# import cmsdb.processes as procs
# from cmsdb.campaigns.run3_2022_postEE_nano_uhh_v14 import campaign_run3_2022_postEE_nano_uhh_v14 as cpn


#
# ttbar
#

# tba

#
# ttbar + 1 vector boson
#

# tba

#
# ttbar + 2 vector bosons
#

# tba

#
# single top
#

# tba
41 changes: 41 additions & 0 deletions cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# coding: utf-8

"""
Custom campaign for Run 3 2022 preEE nanoAOD v14 production.
"""

from order import Campaign


#
# campaign
#

campaign_run3_2022_preEE_nano_uhh_v14 = Campaign(
name="run3_2022_preEE_nano_uhh_v14",
id=320221141, # (run)3(year)2022(part)1(version)14(prod)1
ecm=13.6,
bx=25,
aux={
"tier": "NanoAOD",
"run": 3,
"year": 2022,
"version": 14,
"postfix": "",
"custom": {
"name": "run3_2022_preEE_nano_uhh_v14",
"creator": "uhh",
"location": "davs://dcache-cms-webdav-wan.desy.de:2880/pnfs/desy.de/cms/tier2/store/user/nprouvos/nanogen_store/MergeNano/config_22pre_v14/prod1", # noqa
},
},
tags={"preEE"},
)


# trailing imports to load datasets
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.data # noqa
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.top # noqa
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.ewk # noqa
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.higgs # noqa
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.hh2bbtautau # noqa
import cmsdb.campaigns.run3_2022_preEE_nano_uhh_v14.hhh4b2tau # noqa
Loading

0 comments on commit db1eff8

Please sign in to comment.