Modernize for Gaudi::Property in Muon
- Migrate from
declareProperty
toGaudi::Property
. - Remove empty destructor, constructor along the way.
- Change
NULL
tonullptr
along the way. - Clean uninitialized vars/pointers.
- Use
float
instead ofdouble
where applicable - Use
const
,constexpr
where applicable
tested locally.
Edited by Chitsanu Khurewathanakul