From 8c89cc3a662ac44666bcdd3298c20754d2abf799 Mon Sep 17 00:00:00 2001 From: Stewart Martin-Haugh <smh@cern.ch> Date: Mon, 10 Aug 2020 14:23:57 +0200 Subject: [PATCH] Add required ConfigFlags argument --- .../TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py b/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py index e7d41a6c220..9a328f352eb 100644 --- a/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py +++ b/HLT/Trigger/TrigControl/TrigExamples/TrigExPartialEB/python/MTCalibPebConfig.py @@ -129,7 +129,7 @@ def make_l1_seq(options=default_options): # This should be done by the L1Decoder configuration in new-style job options (with component accumulator) from TrigConfigSvc.TrigConfigSvcCfg import getL1ConfigSvc from AthenaCommon.AppMgr import ServiceMgr as svcMgr - svcMgr += getL1ConfigSvc() + svcMgr += getL1ConfigSvc(ConfigFlags) # Initialise L1 decoding tools from L1Decoder.L1DecoderConf import CTPUnpackingTool -- GitLab