From f0e6f0f844d0c8cfc6df3fe996ece9eaf6767667 Mon Sep 17 00:00:00 2001
From: Nicholas Styles <nicholas.styles@desy.de>
Date: Thu, 30 Apr 2020 13:56:48 +0200
Subject: [PATCH] (temporary) switch off truth-based NN emulation using
 randomSvc to investigate ATLITKSW-117

---
 .../InDetExample/InDetRecExample/python/InDetJobProperties.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
index 716f87dbe7a2..284b016ce8e6 100644
--- a/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
+++ b/InnerDetector/InDetExample/InDetRecExample/python/InDetJobProperties.py
@@ -1400,7 +1400,7 @@ class InDetJobProperties(JobPropertyContainer):
        self.checkThenSet(self.doTrackSegmentsTRT                , False)
        self.checkThenSet(self.doSlimming                        , False)
        self.checkThenSet(self.doSGDeletion                      , True )
-       self.checkThenSet(self.doPixelClusterSplitting           , True )
+       self.checkThenSet(self.doPixelClusterSplitting           , False )
        self.checkThenSet(self.doTIDE_Ambi                       , True )
        self.checkThenSet(self.doTrackSegmentsPixelPrdAssociation, False)
        
-- 
GitLab