diff --git a/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py b/Trigger/TrigValidation/TrigUpgradeTest/share/IDCalo.py index dbcc7f92c9891a5fe77685d52a0484441e2227c7..4b596bc591cb6adb4fe1b5ccfc8ac31e973bd30e 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: