Skip to content

Modernize VeloClusterPosition

Gerhard Raven requested to merge modernize-veloclusterposition into master
  • prefer implicit compiler generated destructors
  • prefer inherited constructors
  • prefer boost::optional over std::unique_ptr
  • prefer Gaudi::Property<GaudiMath::Interpolation::Type> over Gaudi::Property<std::string>
  • qualify VeloClusterPosition as final
  • remove unneccesary finalize implementation
Edited by Marco Cattaneo

Merge request reports