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

Merge branch 'MetTrigHypoAssertionFix' into 'master'

MET Trigger Hypo: Update to getChainDict to fix ATR-20048

Closes ATR-20048

See merge request atlas/athena!25119
parents 38a29a88 a210d79a
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ def TrigMETCellHypoToolFromName(name, conf): ...@@ -67,7 +67,7 @@ def TrigMETCellHypoToolFromName(name, conf):
from TriggerMenuMT.HLTMenuConfig.Menu.DictFromChainName import DictFromChainName from TriggerMenuMT.HLTMenuConfig.Menu.DictFromChainName import DictFromChainName
decoder = DictFromChainName() decoder = DictFromChainName()
decodedDict = decoder.analyseShortName(conf, [], "") # no L1 info decodedDict = decoder.getChainDict(conf)
decodedDict['chainName'] = name decodedDict['chainName'] = name
return TrigMETCellHypoToolFromDict( decodedDict ) return TrigMETCellHypoToolFromDict( decodedDict )
......
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