Modernize for Gaudi::Property in Calo
- Migrate from
declareProperty
toGaudi::Property
. - Remove empty destructor, constructor along the way.
- Change
NULL
tonullptr
along the way. - Clean uninitialized vars/pointers.
- Replace
double
tofloat
where applicable.