Skip to content

[ATR-22774][ATR-22732] Add TriggerDecisionTool MT update protection to R2 RAWtoALL

Tim Martin requested to merge tamartin/athena:hmtMonCrash into master

The trigger decision "tool" is a service in all but name for MT.

It maintains an internal cache of configuration and per-event data for each processing slot.

Mechanisms are in place to update these caches when integrated with the xAODConfigSvc, however for the RAWtoALL workflow for Run2 data we still currently need to force updates also for the deprecated TrigConfigSvc.

There appear to be other crashes when the legacy feature access code is called concurrently. These will be followed up in a future MR.

Merge request reports