Skip to content
Snippets Groups Projects
Commit b3fbf52f authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TriggerConfigFlags: Update conditions/geometry tag

Update the default online conditions and geometry tag to the same value
as in TriggerFlags.py.
parent 383a8e74
No related branches found
No related tags found
No related merge requests found
# Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
from AthenaConfiguration.AthConfigFlags import AthConfigFlags from AthenaConfiguration.AthConfigFlags import AthConfigFlags
...@@ -57,10 +57,10 @@ def createTriggerFlags(): ...@@ -57,10 +57,10 @@ def createTriggerFlags():
flags.addFlag('Trigger.ESDEDMSet', []) flags.addFlag('Trigger.ESDEDMSet', [])
# tag to be used for condutions used by HLT code # tag to be used for condutions used by HLT code
flags.addFlag('Trigger.OnlineCondTag', 'CONDBR2-HLTP-2016-01') flags.addFlag('Trigger.OnlineCondTag', 'CONDBR2-HLTP-2018-01')
# geometry version used by HLT online # geometry version used by HLT online
flags.addFlag('Trigger.OnlineGeoTag', 'ATLAS-R2-2015-04-00-00') flags.addFlag('Trigger.OnlineGeoTag', 'ATLAS-R2-2016-01-00-01')
# configuration tune for various years of Run2 (why string?) # configuration tune for various years of Run2 (why string?)
flags.addFlag('Trigger.run2Config', '2018') flags.addFlag('Trigger.run2Config', '2018')
......
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