Rename Calo::Future namespace into LHCb::Calo
- Rename Calo::Future into LHCb::Calo
- Prefer std::string_view instead of std::string in CaloFuture*Utils
- this avoids creating temporary std::string in case the arguments are string literals.
- drop redundant LHCb:: prefix for code which is in LHCb:: namespace
- prefer callback handlers to verify properties instead of code in initialize()
- prefer range-based for loops
- avoid copying std::vector if not neccessary
- initialize member variables when declaring them
must be applied in conjunction with Rec!1682 (merged)
Edited by Marco Cattaneo