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

Add new Run number / timestamp pairs for MC matching 2018 special runs.

See ATLASSIM-3954 for details


Former-commit-id: 3ee073c59e439a416be6fcaace652b47dc717a96
parent 45176a52
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,12 @@ class RunToTimestampDict(JobProperty):
300000:1500000000, ##MC16 pp (25 ns bunch spacing, nominal mu, 2017)
305000:1525000000, ##MC16 pp (5 TeV 2017)
309000:1540000000, ##MC16 XeXe (2017)
310000:1550000000 ##MC16 pp (25 ns bunch spacing, nominal mu, 2018)
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)
}
def addEntry( self, run, timestamp, force=False):
if not type(run) == int:
......
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