Skip to content

VolumeManipulator :setOutsideVolumeArray pass arg by const reference. BinningUtils: use nullptr, use emplace_back.

Christos Anastopoulos requested to merge ATLAS-EGamma/athena:BinningUtils into master

VolumeManipulator

  • setOutsideVolumeArray pass arg by reference. Which makes the move in the TrackingVolumeManipulator redundant.

BinningUtils

  • Use nullptr and use emplace_back
Edited by Christos Anastopoulos

Merge request reports