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
a2578f5a
Commit
a2578f5a
authored
9 months ago
by
Duc Ta
Browse files
Options
Downloads
Plain Diff
Merge branch 'TrkLowMu_fix' into '24.0'
Fix LowMu tracking config See merge request
!71607
parents
5e570785
38dfb55b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!71694
2024-05-24: merge of 24.0 into main
,
!71607
Fix LowMu tracking config
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
InnerDetector/InDetConfig/python/TRTStandaloneConfig.py
+2
-2
2 additions, 2 deletions
InnerDetector/InDetConfig/python/TRTStandaloneConfig.py
InnerDetector/InDetConfig/python/TrackRecoConfig.py
+4
-1
4 additions, 1 deletion
InnerDetector/InDetConfig/python/TrackRecoConfig.py
with
6 additions
and
3 deletions
InnerDetector/InDetConfig/python/TRTStandaloneConfig.py
+
2
−
2
View file @
a2578f5a
# Copyright (C) 2002-202
3
CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-202
4
CERN for the benefit of the ATLAS collaboration
from
AthenaConfiguration.ComponentAccumulator
import
ComponentAccumulator
from
AthenaConfiguration.Enums
import
BeamType
...
...
@@ -66,7 +66,7 @@ def TRT_TrackSegment_Cfg(flags):
from
InDetConfig.TRT_StandaloneTrackFinderConfig
import
(
TRT_TrackSegment_TrackFinderCfg
)
acc
.
merge
(
TRT_TrackSegment_TrackFinderCfg
(
flags
,
InputSegments
Collec
tion
=
'
TRTSegmentsTRT
'
))
InputSegments
Loca
tion
=
'
TRTSegmentsTRT
'
))
return
acc
...
...
This diff is collapsed.
Click to expand it.
InnerDetector/InDetConfig/python/TrackRecoConfig.py
+
4
−
1
View file @
a2578f5a
...
...
@@ -18,7 +18,10 @@ def CombinedTrackingPassFlagSets(flags):
# Primary Pass
flags
=
flags
.
cloneAndReplace
(
"
Tracking.ActiveConfig
"
,
f
"
Tracking.
{
flags
.
Tracking
.
PrimaryPassConfig
.
value
}
Pass
"
)
f
"
Tracking.
{
flags
.
Tracking
.
PrimaryPassConfig
.
value
}
Pass
"
,
# Keep original flags as some of the subsequent passes use
# lambda functions relying on them
keepOriginal
=
True
)
flags_set
+=
[
flags
]
# LRT pass
...
...
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