Skip to content

TrackingVolume add ATLAS_CTORDTOR_NOT_THREAD_SAFE in the relevant...

  • TrackingVolume add ATLAS_CTORDTOR_NOT_THREAD_SAFE in the relevant constructors. The issue is that they call interlink Layers on the LayerArray (const Layers*) passed to them.
  • Mark clients as not-safe.
  • Remove sone ATLAS_NOT_THREAD_SAFE methods (non safe const overloads).
  • Modify clients

Merge request reports