Skip to content

Commit

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

0 comments on commit ac5dbf5

Please sign in to comment.