Skip to content

fix calocluster copy constructor

Gerhard Raven requested to merge fix-calocluster-copy-ctor into master
  • the CaloCluster copy constructor did not copy the key
  • make the assignment operator= private, and do not implement it to avoid the compiler from doing so
Edited by Marco Cattaneo

Merge request reports