Skip to content
Commit 2754c33b authored by Gerhard Raven's avatar Gerhard Raven
Browse files

Modernize Calo{DAQ,Kernel,Utils}

* prefer direct member initialization
* prefer compare()==0 over substr() == to avoid temporary string
* prefer nullptr over 0
* prefer STL algorithms over raw loops
* prefer range-based for loops
* remove unused CaloCollection
* remove obsolete CVS/SVN keywords
* remove deprecated std::{unary,binary}_function
* prefer struct with overloaded operator() over templated struct
  with explicit specialized operator()
* prefer std::{min,max}
* add final if possible
* prefer auto
parent a9bacd4e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment