Skip to content

[TrigPartialEventBuilding+TrigOutputHandling] Fix the MaxRoIs PEB option

Rafal Bielski requested to merge rbielski/athena:fix-peb-maxrois into master

Fix the Partial Event Building option "MaxRoIs":

  • PEBInfoWriterToolBase: Explicitly decorate decisions with empty PEBInfo when MaxRoIs limit is reached
  • StreamTagMakerTool: Allow individual decision's PEBInfo to be empty, but still ensure that the combined PEBInfo (from multiple decisions) for any chain is never empty, as that would mean writing full event to a PEB stream

Fixes ATR-23831

Merge request reports