Skip to content
Snippets Groups Projects
Commit dace2b08 authored by Mark Hodgkinson's avatar Mark Hodgkinson
Browse files

Fix typo in python comment.

parent 77624117
1 merge request!59014Bug fix to tau reco config and update to RIG standalone tau ART test
......@@ -650,7 +650,7 @@ def ImpactPoint3dEstimatorCfg(flags):
from TrkConfig.AtlasExtrapolatorConfig import AtlasExtrapolatorCfg
Trk__ImpactPoint3dEstimator = CompFactory.Trk.ImpactPoint3dEstimator
AtlasExtrapolator = result.popToolsAndMerge(AtlasExtrapolatorCfg(flags))
#This is a public took, so we explicitly must add it to the ToolSvc
#This is a public tool, so we explicitly must add it to the ToolSvc
result.addPublicTool(AtlasExtrapolator)
TauInDetImpactPoint3dEstimator = Trk__ImpactPoint3dEstimator(name = sPrefix+'TauTrkImpactPoint3dEstimator', Extrapolator = AtlasExtrapolator )
......
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