Skip to content
Snippets Groups Projects
Commit 3699a663 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'radMaxOnlyForStrips' into 'main'

Only apply to rad max parameters to Strip seeding

See merge request atlas/athena!72123
......@@ -189,13 +189,9 @@ def ActsSiSpacePointsSeedMakerToolCfg(flags,
else:
if flags.Tracking.doITkFastTracking:
kwargs.setdefault("useFastTracking", True)
seedTool_pixel = acc.popToolsAndMerge(ActsFastPixelSeedingToolCfg(flags,
rMax=flags.Tracking.ActiveConfig.radMax,
gridRMax=flags.Tracking.ActiveConfig.radMax))
seedTool_pixel = acc.popToolsAndMerge(ActsFastPixelSeedingToolCfg(flags))
else:
seedTool_pixel = acc.popToolsAndMerge(ActsPixelSeedingToolCfg(flags,
rMax=flags.Tracking.ActiveConfig.radMax,
gridRMax=flags.Tracking.ActiveConfig.radMax))
seedTool_pixel = acc.popToolsAndMerge(ActsPixelSeedingToolCfg(flags))
seedTool_strip = None
if 'SeedToolStrip' not in kwargs:
......
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