From fd325a46e03e2a423ad58461210675f63c3ecf23 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Wed, 10 Jan 2018 03:16:03 +0100 Subject: [PATCH] DataModelRunTests: SGInputLoader is now configured centrally. SGInputLoader is now configured centrally. Don't add it in the individual test JOs. --- .../DataModelTest/DataModelRunTests/share/CondReader_jo.py | 4 ---- .../DataModelRunTests/share/xAODTestDecorHandle1_jo.py | 4 ---- .../DataModelRunTests/share/xAODTestDecorHandle2_jo.py | 4 ---- .../DataModelRunTests/share/xAODTestSymlinks1_jo.py | 4 ---- .../DataModelRunTests/share/xAODTestSymlinks2_jo.py | 4 ---- 5 files changed, 20 deletions(-) diff --git a/Control/DataModelTest/DataModelRunTests/share/CondReader_jo.py b/Control/DataModelTest/DataModelRunTests/share/CondReader_jo.py index 8545dbbb066..558496e17d6 100644 --- a/Control/DataModelTest/DataModelRunTests/share/CondReader_jo.py +++ b/Control/DataModelTest/DataModelRunTests/share/CondReader_jo.py @@ -65,10 +65,6 @@ nThreads = jp.ConcurrencyFlags.NumThreads() if nThreads >= 1: from AthenaCommon.AlgScheduler import AlgScheduler AlgScheduler.ShowDataDependencies (True) - AlgScheduler.setDataLoaderAlg ('SGInputLoader') - - from SGComps.SGCompsConf import SGInputLoader - topSequence += SGInputLoader( OutputLevel=INFO, ShowEventDump=False ) from DataModelTestDataCommon.DataModelTestDataCommonConf import \ diff --git a/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle1_jo.py b/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle1_jo.py index 55c46814385..01e15ecb5df 100644 --- a/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle1_jo.py +++ b/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle1_jo.py @@ -35,10 +35,6 @@ nThreads = jp.ConcurrencyFlags.NumThreads() if nThreads >= 1: from AthenaCommon.AlgScheduler import AlgScheduler AlgScheduler.ShowDataDependencies (True) - AlgScheduler.setDataLoaderAlg ('SGInputLoader') - - from SGComps.SGCompsConf import SGInputLoader - topSequence += SGInputLoader( OutputLevel=INFO, ShowEventDump=False ) from DataModelTestDataCommon.DataModelTestDataCommonConf import \ diff --git a/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle2_jo.py b/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle2_jo.py index 3152e55cf84..600e17e8762 100644 --- a/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle2_jo.py +++ b/Control/DataModelTest/DataModelRunTests/share/xAODTestDecorHandle2_jo.py @@ -47,10 +47,6 @@ nThreads = jp.ConcurrencyFlags.NumThreads() if nThreads >= 1: from AthenaCommon.AlgScheduler import AlgScheduler AlgScheduler.ShowDataDependencies (True) - AlgScheduler.setDataLoaderAlg ('SGInputLoader') - - from SGComps.SGCompsConf import SGInputLoader - topSequence += SGInputLoader( OutputLevel=INFO, ShowEventDump=False ) from DataModelTestDataCommon.DataModelTestDataCommonConf import \ diff --git a/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks1_jo.py b/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks1_jo.py index 7b6f58c7cbc..e65955a529f 100644 --- a/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks1_jo.py +++ b/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks1_jo.py @@ -42,10 +42,6 @@ nThreads = jp.ConcurrencyFlags.NumThreads() if nThreads >= 1: from AthenaCommon.AlgScheduler import AlgScheduler AlgScheduler.ShowDataDependencies (True) - AlgScheduler.setDataLoaderAlg ('SGInputLoader') - - from SGComps.SGCompsConf import SGInputLoader - topSequence += SGInputLoader( OutputLevel=INFO, ShowEventDump=False ) from DataModelTestDataCommon.DataModelTestDataCommonConf import \ diff --git a/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks2_jo.py b/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks2_jo.py index c7af9159ff2..da829d8ab22 100644 --- a/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks2_jo.py +++ b/Control/DataModelTest/DataModelRunTests/share/xAODTestSymlinks2_jo.py @@ -47,10 +47,6 @@ nThreads = jp.ConcurrencyFlags.NumThreads() if nThreads >= 1: from AthenaCommon.AlgScheduler import AlgScheduler AlgScheduler.ShowDataDependencies (True) - AlgScheduler.setDataLoaderAlg ('SGInputLoader') - - from SGComps.SGCompsConf import SGInputLoader - topSequence += SGInputLoader( OutputLevel=INFO, ShowEventDump=False ) from DataModelTestDataCommon.DataModelTestDataCommonConf import \ -- GitLab