Skip to content

Modernization

Gerhard Raven requested to merge cleanup-hlt into master
  • prefer implicit compiler generated destructors
  • prefer forwarding constructors
  • prefer std::make_unique
  • move 'common code' in HltBaseAlg to the sole algorithm using it: HltL0MuonCandidates
  • remove deprecated SVN/CVS identifiers
  • avoid making temporary strings
  • prefer std::integer_sequence over do-it-yourself implementation
Edited by Gerhard Raven

Merge request reports