Skip to content

Ensure that any reloading of the xAODConfigSvc's configuration casuses the key numbers to change.

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

Fixes a nasty crash when using the TDT while running RAWtoALL reconstruction on R2 data which has first been run through the R3 trigger using a python-based trigger setup. ATR-23083

Also progresses ATR-23570

Clients which need to do work whenever the configuration changes (e.g. TDT) will now be distinguish between a key of 0 meaning defaut / python based setup and a key of uint::max meaning invalid.

Merge request reports