Skip to content
Snippets Groups Projects

Bug 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 )
Loading