Skip to content

Commit

Permalink
Fix jec eras in 22 pre data.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Jan 13, 2025
1 parent a457c1b commit fcdb5d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cmsdb/campaigns/run3_2022_preEE_nano_uhh_v14/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"nominal_ext1": 20,
},
"era": "C",
"jec_era": "RunCD",
},
)

Expand All @@ -48,6 +49,7 @@
"nominal": 18,
},
"era": "D",
"jec_era": "RunCD",
},
)

Expand All @@ -70,6 +72,7 @@
"nominal": 18,
},
"era": "C",
"jec_era": "RunCD",
},
)

Expand All @@ -88,6 +91,7 @@
"nominal": 15,
},
"era": "D",
"jec_era": "RunCD",
},
)

Expand All @@ -110,6 +114,7 @@
"nominal": 15,
},
"era": "C",
"jec_era": "RunCD",
},
)

Expand All @@ -128,6 +133,7 @@
"nominal": 15,
},
"era": "D",
"jec_era": "RunCD",
},
)

Expand All @@ -150,6 +156,7 @@
"nominal": 15,
},
"era": "C",
"jec_era": "RunCD",
},
)

Expand All @@ -168,5 +175,6 @@
"nominal": 12,
},
"era": "D",
"jec_era": "RunCD",
},
)

0 comments on commit fcdb5d9

Please sign in to comment.