Skip to content
Snippets Groups Projects
Commit 46a8afaf authored by Rafal Bielski's avatar Rafal Bielski :wave: Committed by Walter Lampl
Browse files

Schedule RoIBResultByteStreamDecoderAlg in HLTSimulationGetter

parent c0ed3b69
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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