VolumeManipulator :setOutsideVolumeArray pass arg by const reference. BinningUtils: use nullptr, use emplace_back.
VolumeManipulator
-
setOutsideVolumeArray
pass arg by reference. Which makes the move in the TrackingVolumeManipulator redundant.
BinningUtils
- Use
nullptr
and useemplace_back
Edited by Christos Anastopoulos