Skip to content

TrkVolumes+TrkGeometry: Add missing NOT_THREAD_SAFE annotations.

Scott Snyder requested to merge ssnyder/athena:thread.TrkVolumes-20200609 into master

We were not properly checking virtual calls for the NOT_THREAD_SAFE property. This is being fixed, but this reveals some places were needed NOT_THREAD_SAFE annotations were missing. Add them where needed.

Merge request reports