Skip to content

Change CaloCell:clone() to return a unique_ptr

Walter Lampl requested to merge wlampl/athena:cellClone_up into master

Change the CaloCell::clone() method to return an unique_ptr instead of a bare pointer with unclear ownership.

Edited by Walter Lampl

Merge request reports