Skip to content

make TRT TrackingGeometry LayerBuilding thread safe

The tests we run to check if the TG is working is multi threaded, yet the TRT was not yet MT ready. This should fix it by getting the TRT DetectorElements from the CondStore instead of the TRTDetectorManager.

Ran TrkCondTest which showed no difference between Svc TG and CondAlg TG.

TrackingGeometryCondAlg is currently still being tested and doesn't run by default, so adding this won't break any regular testing.

Relates to ATLASRECTS-6446

Edited by Johannes Junggeburth

Merge request reports