Skip to content

TrigDecisionTool: add isPassedForEach to ChainGroup

Frank Winklmeier requested to merge fwinkl/athena:chaingroup into 22.0

Add isPassedForEach function to ChainGroup to allow the retrieval of the trigger decision of each chain in the group. Also optimize the isPassed function to return at the first passing chain instead of continuing to loop over all chains.

Make use of this new interface in TrigHLTMonitoring and delete some obsolete test defitinions.

Closes ATR-26331.

Edited by Frank Winklmeier

Merge request reports