Skip to content

TriggerConfig.py: Fix sequences for the offlineWriteBS option

Rafal Bielski requested to merge rbielski/athena:fix-trig-offline-writebs into master

Fix the ByteStream writing in offline athena Trigger jobs by ensuring HLTResultMTMakerAlg and TrigDecMakerMT are placed in the AthOutSeq sequence together with BSOutputStreamAlg which consumes their outputs. They need to run after HLTFinalizeSeq which produces their implicit inputs and this placement ensures this.

Fixes ATR-23447

Merge request reports