Skip to content

Remove a couple of mutable from TrkVolumes/TrkGeometry

Remove a few mutable from TrkVolumes/TrkGeometry

The moveVolume method for a TrackingVolume class is marked as const but in reality it changes the volume, since it moves it.... So there are a couple of const_cast in it that will need futher care.

in general a few mutable remain in TrackingVolume / TrackingGeomety

Edited by Christos Anastopoulos

Merge request reports