Skip to content

Lvl1ResultBuilderGetter: Add RoIBResultByteStreamDecoderAlg before RoIBResultToxAOD if reading BS

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

This is a fix for ATR-19644. In a RAWtoESD offline job, if we are running from ByteStream, then schedule RoIBResultByteStreamDecoderAlg before RoIBResultToxAOD. I made this change for both legacy (serial) athena and MT mode. This is fine, because the decoding algorithm works in both worlds, whereas the decoding Converter is deprecated in MT. Both use the same tool under the hood, so the result will not be changed.

Merge request reports