Skip to content

ClusterMomentsMaker cleanup

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

Some cleanup/streamlining of CaloClusterMomentsMaker.cxx

  • Remove manual matrix-symmerization (not necessary according to the Eigen-documentation)
  • Remove duplicated check for Eigenvalue != 0
  • Consistently use Eigen (via Atlas' Amg) instead of the CLHEP/HepGeom classes

Merge request reports