-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 22 pre v14, draft for 2 post v14.
- Loading branch information
Showing
13 changed files
with
3,561 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
34
cmsdb/campaigns/run3_2022_postEE_nano_uhh_v14/hh2bbtautau.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.