From 3920cf5de00a26e7734d420077ea8d1e0779e54c Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Thu, 6 Dec 2018 10:48:05 +0000 Subject: [PATCH] athenaHLT: Fix library loading and add option to select MessageSvc Former-commit-id: 03fa8b081da3273f039740236705d8c6e4a660d2 --- HLT/Trigger/TrigControl/TrigCommon/bin/athenaHLT.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HLT/Trigger/TrigControl/TrigCommon/bin/athenaHLT.py b/HLT/Trigger/TrigControl/TrigCommon/bin/athenaHLT.py index 4a9ad45ee08..99e658a9e99 100755 --- a/HLT/Trigger/TrigControl/TrigCommon/bin/athenaHLT.py +++ b/HLT/Trigger/TrigControl/TrigCommon/bin/athenaHLT.py @@ -181,8 +181,9 @@ def HLTMPPy_cfgdict(args): } cdict['trigger'] = { - 'library': ['TrigServices', 'TrigPSC'], - 'joType' : args.joboptionsvc_type + 'library': ['TrigPSC'], + 'joType' : args.joboptionsvc_type, + 'msgType' : args.msgsvc_type } if not args.use_database: # job options cdict['trigger'].update({ -- GitLab