Skip to content

IsolationSelection - Clean up

Hi everybody,

this MR is the first clean-up of the Isolation selection package including:

  • Usage of Gaudi::Property in the IsolationSelectionTool , 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)

Tagging: @fcardill, @mvanadia, @gabarone

Edited by Johannes Junggeburth

Merge request reports