Modernize GlobalReco
- fully qualify enums
- remove redundant destructors
- prefer Gaudi::Property
- prefer ToolHandle
- prefer inheriting constructors
- prefer freestanding function in anonymous namespace over member function which does not access class data
- prefer enums over strings to change behaviour
Edited by Marco Cattaneo