Skip to content

Various ToolHandleArray bug fixes

Gerhard Raven requested to merge graven/Gaudi:toolhandlearray-fixes into master

closes #83 (closed)

  • Do not (try to) call virtual methods defined in derived class from base class constructor.
  • Fix python str representation of ToolHandleArray so that its output can be parsed by its property.
  • Changes the mandatory opt-in to registering the tools into optional opt-out, to be consistent with ToolHandle.
Edited by Gerhard Raven

Merge request reports