Skip to content

TrigDecisionTool: fix crash in correlatedL1Prescale

Frank Winklmeier requested to merge fwinkl/athena:tdt_crash into master

Fix crash in correlatedL1Prescale when accessing L1 items that are not available (can also happen on the first event, related to ATR-24327). Instead of crashing, now throws an FPE.

Relates to ATR-24358 but a proper fix is still needed.

Merge request reports