IsolationSelection - Clean up
Hi everybody,
this MR is the first clean-up of the Isolation selection package including:
- Usage of
Gaudi::Property
in theIsolationSelectionTool
,IsolationPLVTool
- The application of the IsolationCondition was inherently not threadsafe as the cut value was cached in a local class member. The interface methods are now all
const
methods. - Avoid the call of the new operator and replace it by std::make_unique statements
- Clang-format (That's the second commit this time)
Edited by Johannes Junggeburth