Skip to content
Snippets Groups Projects

TriggerJobOpts: Ensure dependency of transient ByteStream writing on RoIBResult

Merged Rafal Bielski requested to merge rbielski/athena:fix-transbs-deps into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -15,8 +15,10 @@ StreamBS.ExtraOutputs += [transTypeKey]
if not TriggerFlags.fakeLVL1():
theApp.Dlls += ["TrigT1ResultByteStream"]
from TrigT1ResultByteStream.TrigT1ResultByteStreamConfig import L1ByteStreamEncodersRecExSetup
L1ByteStreamEncodersRecExSetup()
StreamBS.ItemList += ["ROIB::RoIBResult#*"]
StreamBS.ExtraInputs += [('ROIB::RoIBResult', 'StoreGateSvc+RoIBResult')]
if TriggerFlags.doID():
# TRT
Loading