Skip to content
Snippets Groups Projects
Commit e17bb2ff authored by John Chapman's avatar John Chapman
Browse files

Remove obsolete syntax in ConfiguredNewTrackingSiPattern.py

Setting `InDetSiTrackMaker.ITKGeometry = True` is no longer necessary
as we have already configured an ITK-specific tool prior to this.
parent 2b16cef7
No related branches found
No related tags found
No related merge requests found
......@@ -235,9 +235,6 @@ class ConfiguredNewTrackingSiPattern:
InDetSiTrackMaker.nWeightedClustersMin = NewTrackingCuts.nWeightedClustersMin()[0]
if NewTrackingCuts.mode() == "SLHC" or NewTrackingCuts.mode() == "ForwardSLHCTracks" or NewTrackingCuts.mode() == "VeryForwardSLHCTracks" :
InDetSiTrackMaker.ITKGeometry = True
if NewTrackingCuts.mode() == "PixelThreeLayer":
InDetSiTrackMaker.CleanSpuriousSCTClus = True
......
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