Skip to content

Migrate Inner Detector and Muon Spectrometer Overlay Algorithms to be re-entrant

This merge request migrates all Inner Detector and Muon Spectrometer Overlay Algorithms to inherit from AthReentrantAlgorithm.

The output in ST mode is unchanged by this merge request. The output in AthenaMT is also the same most of the time. Some data-races seem to show up slightly more often now, but that is just because the chance of two threads running the same code is now higher.

Merging these changes may actually make it easier to debug these data-races by making them easier to reproduce.

Edited by John Derek Chapman

Merge request reports