Skip to content

Fix for TrigJetMonitoring to make schedule safe (ATR-24455)

Purpose

Ensure safe scheduling of offline trigger jet monitoring. Currently can cause a crash as reported in ATR-24455.

This adds a Trigger Navigation Summary input dependency for (non-AthMonitorAlgorithm) JetMatcherAlg algorithms in TrigJetMonitoring. As explained by @rbielski in the JIRA, the dependency ensures that the TrigDeserialiser producing all HLT containers in the EDM, is run before the monitoring algorithms.

Edited by Claire Antel

Merge request reports