Skip to content

Modernize for Gaudi::Property in Muon

Chitsanu Khurewathanakul requested to merge migrate-gaudi-property-Muon into master
  • Migrate from declareProperty to Gaudi::Property.
  • Remove empty destructor, constructor along the way.
  • Change NULL to nullptr along the way.
  • Clean uninitialized vars/pointers.
  • Use float instead of double where applicable
  • Use const,constexpr where applicable

tested locally.

Edited by Chitsanu Khurewathanakul

Merge request reports