Skip to content

AthenaCommon: fix for private/public tool handling

Frank Winklmeier requested to merge fwinkl/athena:pubtool into master

Two fixes relate to private/public tools handling:

  1. ConfigurableService: do not copy private tools when they are being added to a service (issue gaudi/Gaudi#208 (closed)).
  2. Backport gaudi/Gaudi!1251 (merged) to correctly identify nested tools (e.g. ToolSvc.PublicParent.PrivateChild) as private.
Edited by Frank Winklmeier

Merge request reports