Skip to content
Snippets Groups Projects
Commit f637027f authored by John Chapman's avatar John Chapman
Browse files

Add proposed Run number:timestamp combinations for Run-3 MC

Also add proposed Run-4 entry
parent c6959b0e
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45399Add proposed Run number:timestamp combinations for Run-3 MC
......@@ -135,4 +135,8 @@ RunToTimestampDict = {
311000: 1551000000, # MC16 pp (25 ns bunch spacing, low mu, 2018)
312000: 1552000000, # MC16 pp (900 GeV high-beta ALFA, 2018)
313000: 1553000000, # MC16 PbPb (2018)
330000: 1625000000, # MC21 pp (13.6 TeV 2022)
331000: 1672500000, # MC21 pp (13.6 TeV 2023)
332000: 1704000000, # MC21 pp (13.6 TeV 2024)
340000: 1814500000 # MC21 pp (RUN-4)
}
......@@ -143,8 +143,11 @@ class RunToTimestampDict(JobProperty):
310000:1550000000, ##MC16 pp (25 ns bunch spacing, nominal mu, 2018)
311000:1551000000, ##MC16 pp (25 ns bunch spacing, low mu, 2018)
312000:1552000000, ##MC16 pp (900 GeV high-beta ALFA, 2018)
313000:1553000000 ##MC16 PbPb (2018)
313000:1553000000, ##MC16 PbPb (2018)
330000:1625000000, ##MC21 pp (13.6 TeV 2022)
331000:1672500000, ##MC21 pp (13.6 TeV 2023)
332000:1704000000, ##MC21 pp (13.6 TeV 2024)
340000:1814500000 ##MC21 pp (RUN-4)
}
def addEntry( self, run, timestamp, force=False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment