From df9edfa0ab722ce1c828487ede911ecc8c21c5df Mon Sep 17 00:00:00 2001 From: abarton <adam.edward.barton@cern.ch> Date: Tue, 12 Sep 2017 15:37:58 +0100 Subject: [PATCH] Revert job options while fix is found Former-commit-id: 49c672b05697f2d046a3cb7722d589694370b568 --- Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py b/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py index dbcc7f92c98..4b596bc591c 100644 --- a/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py +++ b/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py @@ -10,18 +10,12 @@ topSequence = AlgSequence() allViewAlgorithms = None if viewTest: allViewAlgorithms = topSequence.allViewAlgorithms - #Create IdentifiableCaches - from InDetPrepRawDataFormation.InDetPrepRawDataFormationConf import InDet__CacheCreator - InDetCacheCreatorTrigViews = InDet__CacheCreator(name = "InDetCacheCreatorTrigViews", - Pixel_ClusterKey = "PixelTrigClustersCache", - SCT_ClusterKey = "SCT_ClustersCache") - topSequence += InDetCacheCreatorTrigViews if TriggerFlags.doID: #workaround to prevent online trigger folders to be enabled from InDetTrigRecExample.InDetTrigFlags import InDetTrigFlags InDetTrigFlags.useConditionsClasses.set_Value_and_Lock(False) - + from InDetRecExample.InDetJobProperties import InDetFlags InDetFlags.doCaloSeededBrem = False @@ -183,7 +177,6 @@ if TriggerFlags.doID: allViewAlgorithms += InDetPixelClusterization allViewAlgorithms.InDetPixelClusterization.isRoI_Seeded = True allViewAlgorithms.InDetPixelClusterization.RoIs = "EMViewRoIs" - allViewAlgorithms.InDetPixelClusterization.ClusterContainerCacheKey = topSequence.InDetCacheCreatorTrigViews.Pixel_ClusterKey svcMgr.ViewAlgPool.TopAlg += [ "InDetPixelClusterization" ] topSequence.viewMaker.AlgorithmNameSequence += [ "InDetPixelClusterization" ] else: @@ -217,7 +210,6 @@ if TriggerFlags.doID: allViewAlgorithms += InDetSCT_Clusterization allViewAlgorithms.InDetSCT_Clusterization.isRoI_Seeded = True allViewAlgorithms.InDetSCT_Clusterization.RoIs = "EMViewRoIs" - allViewAlgorithms.InDetSCT_Clusterization.ClusterContainerCacheKey = topSequence.InDetCacheCreatorTrigViews.SCT_ClusterKey svcMgr.ViewAlgPool.TopAlg += [ "InDetSCT_Clusterization" ] topSequence.viewMaker.AlgorithmNameSequence += [ "InDetSCT_Clusterization" ] else: -- GitLab