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
Merge requests
!70746
Simpler configs for ACTS TF and Ambi
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Simpler configs for ACTS TF and Ambi
cvarni/athena:TrackFindingJOupdates
into
main
Overview
12
Commits
8
Pipelines
5
Changes
3
Merged
Carlo Varni
requested to merge
cvarni/athena:TrackFindingJOupdates
into
main
11 months ago
Overview
12
Commits
8
Pipelines
5
Changes
3
Expand
Few changes to the JO to make the configuration simpler and cleaner
/cc
@adye
and
@tbold
Edited
11 months ago
by
Carlo Varni
1
0
Merge request reports
Viewing commit
dcd79197
Prev
Next
Show latest version
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
dcd79197
solve data deps for some tests
· dcd79197
Carlo Varni
authored
11 months ago
InnerDetector/InDetConfig/python/ITkTrackRecoConfig.py
+
1
−
1
Options
@@ -568,7 +568,7 @@ def ITkTrackRecoCfg(flags) -> ComponentAccumulator:
# output
from
InDetConfig.ITkTrackOutputConfig
import
ITkTrackRecoOutputCfg
result
.
merge
(
ITkTrackRecoOutputCfg
(
flags
,
_extensions_list
))
result
.
printConfig
(
withDetails
=
Fals
e
,
summariseProps
=
Fals
e
)
result
.
printConfig
(
withDetails
=
Tru
e
,
summariseProps
=
Tru
e
)
return
result
Loading