Skip to content

Modernize for Gaudi::Property in Calo

Chitsanu Khurewathanakul requested to merge migrate-gaudi-property-Calo 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.
  • Replace double to float where applicable.

Merge request reports