Further modernize TrackCaloMatchMonitor
- prefer Gaudi::Property
- inherit constructor
- do not use front and back of ConstNodeRange (to allow ConstNodeRange to become a gsl::span)
- use pointer / boost::optional for 'nullable' State instead of an explicit bool flag
- prefer emplace_back
- prefer std::accumulate over explicit raw loop
Edited by Gerhard Raven