Skip to content

Commit

Permalink
add single muon dataset 2022 pre run C
Browse files Browse the repository at this point in the history
  • Loading branch information
nprouvost committed Nov 27, 2024
1 parent ab34aed commit 79c36fa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmsdb/campaigns/run3_2022_preEE_nano_uhh_v12/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@
is_data=True,
processes=[procs.data_mu],
keys=[
"/Muon/Run2022C-22Sep2023_NanoAODv12UHH-v1/NANOAOD", # noqa
"/Muon/Run2022C-22Sep2023_NanoAODv12UHH-v1/NANOAOD",
"/SingleMuon/Run2022C-22Sep2023_NanoAODv12UHH-v1/NANOAOD",
],
n_files=94,
n_events=138_329_693,
n_files=94 + 15,
n_events=138_329_693 + 20_162_441,
aux={
"merging_factors": {
"nominal": 19,
"nominal_ext1": 17,
},
"era": "C",
"jec_era": "RunCD",
Expand Down

0 comments on commit 79c36fa

Please sign in to comment.