Fix some thread-safety warnings in MuonGeoModel
Hi,
this MR fixes all but one thread-safety warnings in MuonGeoModel. The last remaining warning is that MuonDetectorFactory001::getDetectorManager
is declared const
although it is not const
. This warning cannot be avoided since the constness is inherited from GeoVDetectorFactory::getDetectorManager
which cannot be easily changed. It closes ATLASRECTS-5255. Note that the warning won't cause MT issues since this method is called during initialisation.
Best, Nico
Merge request reports
Activity
added MuonSpectrometer master review-pending-level-1 labels
✅ CI Result SUCCESS (hash 5582a6bf)Athena AthSimulation AthGeneration AnalysisBase externals ✅ ✅ ✅ ✅ cmake ⚠ ✅ ✅ ✅ make ✅ ✅ ✅ ✅ required tests ✅ ✅ ✅ ✅ optional tests ✅ ✅ ✅ ✅ Full details available on this CI monitor view
✅ Athena: number of compilation errors 0, warnings 0
✅ AthSimulation: number of compilation errors 0, warnings 0
✅ AthGeneration: number of compilation errors 0, warnings 0
✅ AnalysisBase: number of compilation errors 0, warnings 0
📝 For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 17807]added review-approved label and removed review-pending-level-1 label
mentioned in commit 9cc0a631
added sweep:ignore label