VolumeManipulator
-
setOutsideVolumeArray
pass arg by reference. Which makes the move in the TrackingVolumeManipulator redundant.
BinningUtils
- Use
nullptr
and useemplace_back
VolumeManipulator
setOutsideVolumeArray
pass arg by reference. Which makes the move in the TrackingVolumeManipulator redundant.BinningUtils
nullptr
and use emplace_back