Skip to content

TrigInDetAnalysisExample: optimize trigger decision retrieval

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

Use new isPassedForEach to retrieve the decision of a chain group, which is faster than calling isPassed for each chain in the group. Also protect DEBUG printout loop and use thread-safe std::call_once.

Merge request reports