Skip to content

TrkVolumes: Make NOT_THREAD_SAFE declarations more exact.

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

Instead of declaring entire bounds classes as not-thread-safe, do that only for the decomposeToSurfaces() method.

This avoids new warnings about calls to methods in non-thread-safe classes.

Also need to update a few const accessors to return const pointers.

Merge request reports