Modernize PatAlgorithms
- prefer implicit destructors
- prefer Gaudi::Property
- remove obsolete CVS/SVN keywords
- prefer inheriting constructors (requires on !432 (merged))
- prefer standalone function in anonymous namespace over member functions which do not interact with their class
- prefer STL algorithms
- prefer assignment of std::initializer_list over repeated push_backs