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
!67176
InDetRecExample: Update for interface change in InDetConfig.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
InDetRecExample: Update for interface change in InDetConfig.
ssnyder/athena:config2.InDetRecExample-20231116
into
main
Overview
3
Commits
1
Pipelines
1
Changes
2
Merged
Scott Snyder
requested to merge
ssnyder/athena:config2.InDetRecExample-20231116
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
2
Expand
FTAG_AUXDATA moved from TrackRecoConfig to InDetTrackOutputConfig.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
6a55c735
1 commit,
1 year ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
InnerDetector/InDetExample/InDetRecExample/share/WriteInDetAOD.py
+
1
−
1
Options
@@ -3,7 +3,7 @@
from
InDetRecExample.InDetKeys
import
InDetKeys
InDetAODList
=
[]
from
InDetConfig.
TrackReco
Config
import
FTAG_AUXDATA
from
InDetConfig.
InDetTrackOutput
Config
import
FTAG_AUXDATA
# Add Vertices and Particles.
# -----------------------------
Loading