diff --git a/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py b/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py index 5adc48b65303b7aececb95c59ceda4292991a4f8..fa01691c57890b1213f12b2324260ca5a751d090 100644 --- a/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py +++ b/Trigger/TriggerCommon/TriggerJobOpts/python/HLTTriggerGetter.py @@ -138,7 +138,11 @@ class HLTSimulationGetter(Configured): if ( not objKeyStore.isInInput( "xAOD::EventInfo") ) and ( not hasattr( topSequence, "xAODMaker::EventInfoCnvAlg" ) ): from xAODEventInfoCnv.xAODEventInfoCreator import xAODMaker__EventInfoCnvAlg topSequence += xAODMaker__EventInfoCnvAlg() - + + # Schedule RoIBResult conversion from ByteStream + if jobproperties.Global.InputFormat() == 'bytestream': + from TrigT1ResultByteStream.TrigT1ResultByteStreamConf import RoIBResultByteStreamDecoderAlg + topSequence += RoIBResultByteStreamDecoderAlg() log.info("Loading RegionSelector") from AthenaCommon.AppMgr import ServiceMgr