Lvl1ResultBuilderGetter: Add RoIBResultByteStreamDecoderAlg before RoIBResultToxAOD if reading BS
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.