Remove mutable from TrkGeometry Material
- Remove mutable
-
addMaterial
etc can not be const since we modify things. So provide non-const overload and mark the existing const one asATLAS_NOT_CONST_THREAD_SAFE
More or less is perfectly fine to addMaterial to a non-const volume.
Edited by Tadej Novak