Skip to content
Snippets Groups Projects

Add menu writing at initialize to L1 and HLT configuration service

Merged Joerg Stelzer requested to merge stelzer/athena:master-MenuProvider into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -31,7 +31,7 @@ def Lvl1SimulationSequence( flags = None ):
svcMgr.LVL1ConfigSvc.InputType = "file"
l1JsonFile = TriggerFlags.inputLVL1configFile().replace(".xml",".json")
svcMgr.LVL1ConfigSvc.JsonFileName = l1JsonFile
log.info("Configured LVL1ConfigSvc with InputType='file' and JsonFileName=%s" % l1JsonFile)
log.info("Configured LVL1ConfigSvc with InputType='file' and JsonFileName=%s", l1JsonFile)
# L1 menu provider Run 3
from TrigConfIO.TrigConfCondSetup import setupMenuProvider
Loading