Skip to content

Further modernize TrackCaloMatchMonitor

Gerhard Raven requested to merge modernize-TrackCaloMatchMonitor into master
  • 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

Merge request reports