Skip to content

ugly fix for ToolHandleArray for ATLAS

Charles Leggett requested to merge leggett/Gaudi:dev/hive/ToolHandleArray into hive

since constructors of ToolHandles were made private, ToolHandleArrays are fundamentally broken. I have included a trivial test by adding a ToolHandleArray as a data member of GaudiExamples/src/AlgTools/MyGaudiAlgorithm.h

this patch allows ToolHandleArrays to work for ATLAS (can be confirmed by adding -DATLAS to the compile opts), but not sure how to proceed if ToolHandle constructors remain private for non-ATLAS

Merge request reports