Skip to content
Snippets Groups Projects
Commit f0e6f0f8 authored by Nicholas Styles's avatar Nicholas Styles
Browse files

(temporary) switch off truth-based NN emulation using randomSvc to investigate ATLITKSW-117

parent 97d9e8c5
1 merge request!32498WIP: (temporary) switch off truth-based NN emulation using randomSvc to investigate ATLITKSW-117
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment