Modernize for Gaudi::Property in Hlt
- Migrate from
declareProperty
toGaudi::Property
. - Remove empty destructor, constructor along the way.
- Change
NULL
tonullptr
along the way. - Clean uninitialized vars/pointers.
declareProperty
to Gaudi::Property
.NULL
to nullptr
along the way.