WIP Modernize for Gaudi::Property in Pr
- 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
Edited by Marco Cattaneo