Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
atlas
athena
Commits
dace2b08
Commit
dace2b08
authored
2 years ago
by
Mark Hodgkinson
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in python comment.
parent
77624117
Loading
Loading
1 merge request
!59014
Bug fix to tau reco config and update to RIG standalone tau ART test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Reconstruction/tauRec/python/TauToolHolder.py
+1
-1
1 addition, 1 deletion
Reconstruction/tauRec/python/TauToolHolder.py
with
1 addition
and
1 deletion
Reconstruction/tauRec/python/TauToolHolder.py
+
1
−
1
View file @
dace2b08
...
...
@@ -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 too
k
, so we explicitly must add it to the ToolSvc
#This is a public too
l
, so we explicitly must add it to the ToolSvc
result
.
addPublicTool
(
AtlasExtrapolator
)
TauInDetImpactPoint3dEstimator
=
Trk__ImpactPoint3dEstimator
(
name
=
sPrefix
+
'
TauTrkImpactPoint3dEstimator
'
,
Extrapolator
=
AtlasExtrapolator
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment