Skip to content

Replace use of `tool<...>(...)` and `service<...>(...)` with `ToolHandle` and `ServiceHandle`

Gerhard Raven requested to merge remove-use-of-tool-accessor into master
  • drop VeloCaloBuilder code, as it uses an interface which has no implementation and has obvious memory leaks -- so it cannot be in active use anyway
  • amalgamate component header files into their corresponding .cpp files

Merge request reports