From f3e26bac9427966334f905baae13920a93a2a34e Mon Sep 17 00:00:00 2001 From: charles leggett Date: Fri, 4 Oct 2019 02:26:38 -0700 Subject: [PATCH 1/2] updates for Gaudi v32r2 --- .../AthExJobOptions/share/BasicJobOptions.ref | 22 +++++++++---------- .../share/AthenaPoolExample_Concat.ref | 4 ++-- .../share/AthenaPoolExample_Copy.ref | 2 +- .../share/AthenaPoolExample_ReWrite.ref | 2 +- .../share/AthenaPoolExample_ReWriteAgain.ref | 2 +- .../share/AthenaPoolExample_ReWriteNext.ref | 2 +- .../share/AthenaPoolExample_WMeta.ref | 2 +- .../share/AthenaPoolExample_Write.ref | 4 ++-- Projects/AthSimulation/externals.txt | 2 +- Projects/Athena/externals.txt | 2 +- 10 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref b/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref index 18d72b130a0..64d8453c270 100644 --- a/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref +++ b/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref @@ -443,7 +443,7 @@ TopAlgorithm.Tool2 INFO Retrieved TheToolTool = PrivateToolHandl TopAlgorithm.Tool2.CxxDefault... DEBUG Property update for OutputLevel : new value = 2 TopAlgorithm.Tool2 INFO Retrieved TheToolToolArray = PrivateToolHandleArray(['ConcreteTool/CxxDefaultTool']) TopAlgorithm.Tool2 DEBUG Registering all Tools in ToolHandleArray TheToolToolArray -TopAlgorithm.Tool2 DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2.CxxDefaultTool (ConcreteTool) from ToolHandleArray TheToolToolArray +TopAlgorithm.Tool2 DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2.CxxDefaultTool (ConcreteTool) TopAlgorithm.Tool2 DEBUG Adding public ToolHandle tool ToolSvc.PublicConcreteTool (ConcreteTool) TopAlgorithm.Tool2 DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2.ConcreteTool (ConcreteTool) TopAlgorithm.Tool3 DEBUG Property update for OutputLevel : new value = 2 @@ -460,9 +460,9 @@ TopAlgorithm INFO Empty public tool is empty (OK) TopAlgorithm DEBUG input handles: 0 TopAlgorithm DEBUG output handles: 0 TopAlgorithm DEBUG Registering all Tools in ToolHandleArray PrivateToolList -TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool1 (ConcreteTool) from ToolHandleArray PrivateToolList -TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2 (ToolUsingTool) from ToolHandleArray PrivateToolList -TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool3 (ToolSpace::TemplatedTool) from ToolHandleArray PrivateToolList +TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool1 (ConcreteTool) +TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2 (ToolUsingTool) +TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool3 (ToolSpace::TemplatedTool) TopAlgorithm DEBUG Registering all Tools in ToolHandleArray PublicToolList TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) from ToolHandleArray PublicToolList TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) from ToolHandleArray PublicToolList @@ -478,7 +478,7 @@ MyAlg.ToolUsingTool INFO Retrieved TheToolTool = PrivateToolHandl MyAlg.ToolUsingTool.CxxDefaul... DEBUG Property update for OutputLevel : new value = 2 MyAlg.ToolUsingTool INFO Retrieved TheToolToolArray = PrivateToolHandleArray(['ConcreteTool/CxxDefaultTool']) MyAlg.ToolUsingTool DEBUG Registering all Tools in ToolHandleArray TheToolToolArray -MyAlg.ToolUsingTool DEBUG Adding private ToolHandle tool MyAlg.ToolUsingTool.CxxDefaultTool (ConcreteTool) from ToolHandleArray TheToolToolArray +MyAlg.ToolUsingTool DEBUG Adding private ToolHandle tool MyAlg.ToolUsingTool.CxxDefaultTool (ConcreteTool) MyAlg.ToolUsingTool DEBUG Adding public ToolHandle tool ToolSvc.PublicConcreteTool (ConcreteTool) MyAlg.ToolUsingTool DEBUG Adding private ToolHandle tool MyAlg.ToolUsingTool.ConcreteTool (ConcreteTool) MyAlg INFO Retrieved TheTool = PrivateToolHandle('ToolUsingTool/ToolUsingTool') @@ -493,7 +493,7 @@ MyAlg.Special INFO Retrieved TheToolTool = PrivateToolHandl MyAlg.Special.PySpSubTool DEBUG Property update for OutputLevel : new value = 2 MyAlg.Special INFO Retrieved TheToolToolArray = PrivateToolHandleArray(['ConcreteTool/PySpSubTool']) MyAlg.Special DEBUG Registering all Tools in ToolHandleArray TheToolToolArray -MyAlg.Special DEBUG Adding private ToolHandle tool MyAlg.Special.PySpSubTool (ConcreteTool) from ToolHandleArray TheToolToolArray +MyAlg.Special DEBUG Adding private ToolHandle tool MyAlg.Special.PySpSubTool (ConcreteTool) MyAlg.Special DEBUG Adding public ToolHandle tool ToolSvc.PublicConcreteTool (ConcreteTool) MyAlg.Special DEBUG Adding private ToolHandle tool MyAlg.Special.PyTSTTSp1 (ToolSpace::TemplatedTool) MyAlg INFO Retrieved PrivateToolList = PrivateToolHandleArray(['ConcreteTool/PyCT1','ConcreteTool/PyCT2','ToolSpace::TemplatedTool/PyTSTT3','ToolSpace::TemplatedTool/PyTSTT4','ToolUsingTool/Special']) @@ -506,11 +506,11 @@ MyAlg INFO Empty public tool is empty (OK) MyAlg DEBUG input handles: 0 MyAlg DEBUG output handles: 0 MyAlg DEBUG Registering all Tools in ToolHandleArray PrivateToolList -MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyCT1 (ConcreteTool) from ToolHandleArray PrivateToolList -MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyCT2 (ConcreteTool) from ToolHandleArray PrivateToolList -MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyTSTT3 (ToolSpace::TemplatedTool) from ToolHandleArray PrivateToolList -MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyTSTT4 (ToolSpace::TemplatedTool) from ToolHandleArray PrivateToolList -MyAlg DEBUG Adding private ToolHandle tool MyAlg.Special (ToolUsingTool) from ToolHandleArray PrivateToolList +MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyCT1 (ConcreteTool) +MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyCT2 (ConcreteTool) +MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyTSTT3 (ToolSpace::TemplatedTool) +MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyTSTT4 (ToolSpace::TemplatedTool) +MyAlg DEBUG Adding private ToolHandle tool MyAlg.Special (ToolUsingTool) MyAlg DEBUG Registering all Tools in ToolHandleArray PublicToolList MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) from ToolHandleArray PublicToolList MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) from ToolHandleArray PublicToolList diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Concat.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Concat.ref index b5c417ce9cb..766ad694995 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Concat.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Concat.ref @@ -85,7 +85,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+SimpleTag' ) @@ -112,7 +112,7 @@ Stream2 DEBUG End initialize Stream2 DEBUG input handles: 0 Stream2 DEBUG output handles: 0 Stream2 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2_MakeEventStreamInfo (MakeEventStreamInfo) Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2Tool (AthenaOutputStreamTool) Stream2 DEBUG Data Deps for Stream2 + INPUT IGNORED ( 'AthenaAttributeList' , '' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Copy.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Copy.ref index ac5d8f86782..c6cb34f6c8e 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Copy.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Copy.ref @@ -145,7 +145,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+SimpleTag' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWrite.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWrite.ref index d0cf866e408..959c0f6a2aa 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWrite.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWrite.ref @@ -167,7 +167,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+MagicTag' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgain.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgain.ref index 265dea46d70..c0879924589 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgain.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteAgain.ref @@ -161,7 +161,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+MagicTag' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNext.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNext.ref index 41dc266750a..f84dd609a55 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNext.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_ReWriteNext.ref @@ -167,7 +167,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+MagicTag' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMeta.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMeta.ref index 29c78713a8d..3c28d5e15f3 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMeta.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_WMeta.ref @@ -79,7 +79,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+SimpleTag' ) diff --git a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Write.ref b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Write.ref index bf2e86adbde..54c4e10e6dd 100644 --- a/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Write.ref +++ b/Database/AthenaPOOL/AthenaPoolExample/AthenaPoolExampleAlgorithms/share/AthenaPoolExample_Write.ref @@ -80,7 +80,7 @@ Stream1 DEBUG End initialize Stream1 DEBUG input handles: 0 Stream1 DEBUG output handles: 0 Stream1 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1_MakeEventStreamInfo (MakeEventStreamInfo) Stream1 DEBUG Adding private ToolHandle tool Stream1.Stream1Tool (AthenaOutputStreamTool) Stream1 DEBUG Data Deps for Stream1 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+MagicTag' ) @@ -105,7 +105,7 @@ Stream2 DEBUG End initialize Stream2 DEBUG input handles: 0 Stream2 DEBUG output handles: 0 Stream2 DEBUG Registering all Tools in ToolHandleArray HelperTools -Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2_MakeEventStreamInfo (MakeEventStreamInfo) from ToolHandleArray HelperTools +Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2_MakeEventStreamInfo (MakeEventStreamInfo) Stream2 DEBUG Adding private ToolHandle tool Stream2.Stream2Tool (AthenaOutputStreamTool) Stream2 DEBUG Data Deps for Stream2 + INPUT ( 'AthenaAttributeList' , 'StoreGateSvc+RunEventTag' ) diff --git a/Projects/AthSimulation/externals.txt b/Projects/AthSimulation/externals.txt index 9141564a176..e97aeba6bf9 100644 --- a/Projects/AthSimulation/externals.txt +++ b/Projects/AthSimulation/externals.txt @@ -9,4 +9,4 @@ AthSimulationExternalsVersion = 2.0.39 # The version of atlas/Gaudi to use: -GaudiVersion = v32r1.003 +GaudiVersion = v32r2.001 diff --git a/Projects/Athena/externals.txt b/Projects/Athena/externals.txt index 9553f9543b2..038cec60765 100644 --- a/Projects/Athena/externals.txt +++ b/Projects/Athena/externals.txt @@ -9,4 +9,4 @@ AthenaExternalsVersion = 2.0.39 # The version of atlas/Gaudi to use: -GaudiVersion = v32r1.003 +GaudiVersion = v32r2.001 -- GitLab From 3adc12f095371ff81dcd38daefa661306af2cf8c Mon Sep 17 00:00:00 2001 From: charles leggett Date: Mon, 7 Oct 2019 09:34:30 -0700 Subject: [PATCH 2/2] fix ref file --- .../AthExJobOptions/share/BasicJobOptions.ref | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref b/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref index 64d8453c270..bf2293d14e5 100644 --- a/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref +++ b/Control/AthenaExamples/AthExJobOptions/share/BasicJobOptions.ref @@ -464,9 +464,9 @@ TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgori TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool2 (ToolUsingTool) TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.Tool3 (ToolSpace::TemplatedTool) TopAlgorithm DEBUG Registering all Tools in ToolHandleArray PublicToolList -TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) from ToolHandleArray PublicToolList -TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) from ToolHandleArray PublicToolList -TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool6 (ToolSpace::TemplatedTool) from ToolHandleArray PublicToolList +TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) +TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) +TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.Tool6 (ToolSpace::TemplatedTool) TopAlgorithm DEBUG Adding private ToolHandle tool TopAlgorithm.TSTT (ToolSpace::TemplatedTool) TopAlgorithm DEBUG Adding public ToolHandle tool ToolSvc.ConcreteTool (ConcreteTool) TopAlgorithm DEBUG Data Deps for TopAlgorithm @@ -512,11 +512,11 @@ MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyT MyAlg DEBUG Adding private ToolHandle tool MyAlg.PyTSTT4 (ToolSpace::TemplatedTool) MyAlg DEBUG Adding private ToolHandle tool MyAlg.Special (ToolUsingTool) MyAlg DEBUG Registering all Tools in ToolHandleArray PublicToolList -MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) from ToolHandleArray PublicToolList -MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) from ToolHandleArray PublicToolList -MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool6 (ToolSpace::TemplatedTool) from ToolHandleArray PublicToolList -MyAlg DEBUG Adding public ToolHandle tool ToolSvc.PyCT5 (ConcreteTool) from ToolHandleArray PublicToolList -MyAlg DEBUG Adding public ToolHandle tool ToolSvc.PyTSTT7 (ToolSpace::TemplatedTool) from ToolHandleArray PublicToolList +MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool4 (ConcreteTool) +MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool5 (ToolUsingTool) +MyAlg DEBUG Adding public ToolHandle tool ToolSvc.Tool6 (ToolSpace::TemplatedTool) +MyAlg DEBUG Adding public ToolHandle tool ToolSvc.PyCT5 (ConcreteTool) +MyAlg DEBUG Adding public ToolHandle tool ToolSvc.PyTSTT7 (ToolSpace::TemplatedTool) MyAlg DEBUG Adding private ToolHandle tool MyAlg.ToolUsingTool (ToolUsingTool) MyAlg DEBUG Adding public ToolHandle tool ToolSvc.ConcreteTool (ConcreteTool) MyAlg DEBUG Data Deps for MyAlg -- GitLab