Skip to content

ATLASRECTS-7788: Allow deserialisation to skip missing modules when handling multiple HLT results

Teng Jian Khoo requested to merge khoo/athena:main-TrigDeserialiser into main

When processing physics_Main, we attempt to deserialise all available HLT results, but this means we should not require e.g. the TLA HLT fragment to be present on every event. This is controlled by an option in TrigDeserialiser that is activated for the algs handling the data scouting fragments.

In the process of fixing this, also adjusting the ExtraInputs/Outputs to correctly schedule the GapFiller as suggested by @tamartin. Might help with ATR-28389.

Merge request reports