forked from uhh-cms/cmsdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'uhh-cms:master' into 2016HIPM
- Loading branch information
Showing
20 changed files
with
3,480 additions
and
13 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
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,43 @@ | ||
# coding: utf-8 | ||
|
||
""" | ||
Common, analysis independent definition of the 2022 post-EE data-taking campaign | ||
with datasets at NanoAOD tier in version 12. The 'post-EE' refers to data taken | ||
after part of the positive ECAL endcap (EE+) had to be shut down because of a water | ||
leak inside the detector in late 2022 (more details can be found at | ||
https://cms.cern/news/problems-and-solutions-ecal-leak-story). | ||
A corresponding set of MC samples was produced to simulate the effect of the missing | ||
endcap region. | ||
See https://python-order.readthedocs.io/en/latest/quickstart.html#analysis-campaign-and-config. | ||
Dataset ids are identical to those in DAS (https://cmsweb.cern.ch/das). | ||
""" | ||
|
||
from order import Campaign | ||
|
||
|
||
# | ||
# campaign | ||
# | ||
|
||
campaign_run3_2022_postEE_nano_v12 = Campaign( | ||
name="run3_2022_postEE_nano_v12", | ||
id=320221202, # 3 2022 12 02(u) | ||
ecm=13.6, | ||
bx=25, | ||
aux={ | ||
"tier": "NanoAOD", | ||
"year": 2022, | ||
"version": 12, | ||
}, | ||
) | ||
|
||
|
||
# trailing imports to load datasets | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.data # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.top # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.ewk # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.qcd # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hh2bbww # noqa | ||
import cmsdb.campaigns.run3_2022_postEE_nano_v12.hhh4b2tau # 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,161 @@ | ||
# 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_v12 import campaign_run3_2022_postEE_nano_v12 as cpn | ||
|
||
|
||
# | ||
# Muon | ||
# | ||
|
||
|
||
cpn.add_dataset( | ||
name="data_mu_e", | ||
id=14784109, | ||
is_data=True, | ||
processes=[procs.data_mu], | ||
keys=[ | ||
"/Muon/Run2022E-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=147, | ||
n_events=141460608, | ||
aux={ | ||
"era": "E", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_mu_f", | ||
id=14826624, | ||
is_data=True, | ||
processes=[procs.data_mu], | ||
keys=[ | ||
"/Muon/Run2022F-22Sep2023-v2/NANOAOD", # noqa | ||
], | ||
n_files=359, | ||
n_events=449887248, | ||
aux={ | ||
"era": "F", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_mu_g", | ||
id=14784262, | ||
is_data=True, | ||
processes=[procs.data_mu], | ||
keys=[ | ||
"/Muon/Run2022G-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=88, | ||
n_events=76689396, | ||
aux={ | ||
"era": "G", | ||
}, | ||
) | ||
|
||
|
||
# | ||
# E/Gamma | ||
# | ||
|
||
|
||
cpn.add_dataset( | ||
name="data_egamma_e", | ||
id=14783260, | ||
is_data=True, | ||
processes=[procs.data_egamma], | ||
keys=[ | ||
"/EGamma/Run2022E-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=188, | ||
n_events=148654795, | ||
aux={ | ||
"era": "E", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_egamma_f", | ||
id=14784299, | ||
is_data=True, | ||
processes=[procs.data_egamma], | ||
keys=[ | ||
"/EGamma/Run2022F-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=490, | ||
n_events=464373259, | ||
aux={ | ||
"era": "F", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_egamma_g", | ||
id=14826525, | ||
is_data=True, | ||
processes=[procs.data_egamma], | ||
keys=[ | ||
"/EGamma/Run2022G-22Sep2023-v2/NANOAOD", # noqa | ||
], | ||
n_files=87, | ||
n_events=76807350, | ||
aux={ | ||
"era": "G", | ||
}, | ||
) | ||
|
||
|
||
# | ||
# MuonEG | ||
# | ||
|
||
|
||
cpn.add_dataset( | ||
name="data_muoneg_e", | ||
id=14783435, | ||
is_data=True, | ||
processes=[procs.data_muoneg], | ||
keys=[ | ||
"/MuonEG/Run2022E-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=29, | ||
n_events=12873327, | ||
aux={ | ||
"era": "E", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_muoneg_f", | ||
id=14784482, | ||
is_data=True, | ||
processes=[procs.data_muoneg], | ||
keys=[ | ||
"/MuonEG/Run2022F-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=95, | ||
n_events=38219969, | ||
aux={ | ||
"era": "F", | ||
}, | ||
) | ||
|
||
cpn.add_dataset( | ||
name="data_muoneg_g", | ||
id=14784485, | ||
is_data=True, | ||
processes=[procs.data_muoneg], | ||
keys=[ | ||
"/MuonEG/Run2022G-22Sep2023-v1/NANOAOD", # noqa | ||
], | ||
n_files=27, | ||
n_events=6238527, | ||
aux={ | ||
"era": "G", | ||
}, | ||
) |
Oops, something went wrong.