Skip to content
Snippets Groups Projects
Commit 132bee05 authored by Joerg Stelzer's avatar Joerg Stelzer
Browse files

Fix configuration of prescaling with new JO

parent f550b5b8
No related branches found
No related tags found
No related merge requests found
...@@ -163,8 +163,9 @@ def L1DecoderCfg(flags): ...@@ -163,8 +163,9 @@ def L1DecoderCfg(flags):
decoderAlg.DoCostMonitoring = flags.Trigger.CostMonitoring.doCostMonitoring decoderAlg.DoCostMonitoring = flags.Trigger.CostMonitoring.doCostMonitoring
decoderAlg.CostMonitoringChain = flags.Trigger.CostMonitoring.chain decoderAlg.CostMonitoringChain = flags.Trigger.CostMonitoring.chain
from TrigConfigSvc.TrigConfigSvcConfig import TrigConfigSvcCfg from TrigConfigSvc.TrigConfigSvcCfg import TrigConfigSvcCfg, HLTPrescaleCondAlgCfg
acc.merge( TrigConfigSvcCfg( flags ) ) acc.merge( TrigConfigSvcCfg( flags ) )
acc.merge( HLTPrescaleCondAlgCfg( flags ) )
# Add the algorithm producing the input RoIBResult # Add the algorithm producing the input RoIBResult
from TrigT1ResultByteStream.TrigT1ResultByteStreamConfig import RoIBResultDecoderCfg, L1TriggerResultMakerCfg from TrigT1ResultByteStream.TrigT1ResultByteStreamConfig import RoIBResultDecoderCfg, L1TriggerResultMakerCfg
......
...@@ -89,8 +89,9 @@ def createTriggerFlags(): ...@@ -89,8 +89,9 @@ def createTriggerFlags():
# use or not frontier proxies # use or not frontier proxies
flags.addFlag('Trigger.triggerUseFrontier', False) flags.addFlag('Trigger.triggerUseFrontier', False)
# the configuration name, see TriggerFlags for full info # the configuration source
flags.addFlag('Trigger.triggerConfig', 'MCRECO:DEFAULT') # see https://twiki.cern.ch/twiki/bin/view/Atlas/TriggerConfigFlag
flags.addFlag('Trigger.triggerConfig', 'FILE')
# name of the trigger menu # name of the trigger menu
flags.addFlag('Trigger.triggerMenuSetup', 'LS2_v1') flags.addFlag('Trigger.triggerMenuSetup', 'LS2_v1')
......
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