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
!54626
MuonPattern - Remove dictionary
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
MuonPattern - Remove dictionary
jojungge/athena:ATLASRECTS-7102
into
22.0
Overview
7
Commits
2
Pipelines
0
Changes
1
Merged
Johannes Junggeburth
requested to merge
jojungge/athena:ATLASRECTS-7102
into
22.0
3 years ago
Overview
7
Commits
2
Pipelines
0
Changes
1
Expand
Closes
ATLASRECTS-7102
0
0
Merge request reports
Compare
22.0
version 1
00dbe527
3 years ago
22.0 (base)
and
latest version
latest version
1aacc1cf
2 commits,
3 years ago
version 1
00dbe527
1 commit,
3 years ago
1 file
+
2
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
MuonSpectrometer/MuonReconstruction/MuonRecEvent/MuonPattern/CMakeLists.txt
+
2
−
8
Options
@@ -13,12 +13,6 @@ atlas_add_library( MuonPattern
src/*.cxx
PUBLIC_HEADERS MuonPattern
PRIVATE_INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
LINK_LIBRARIES AthenaKernel AthLinks AthContainers GeoPrimitives EventPrimitives
MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils
PRIVATE_LINK_LIBRARIES
${
ROOT_LIBRARIES
}
)
atlas_add_dictionary
(
MuonPatternDict
MuonPattern/MuonPatternDict.h
MuonPattern/selection.xml
INCLUDE_DIRS
${
ROOT_INCLUDE_DIRS
}
LINK_LIBRARIES
${
ROOT_LIBRARIES
}
AthLinks AthContainers GeoPrimitives EventPrimitives MuonPrepRawData TrkParameters TrkTrack TrkTruthData TrkExUtils MuonPattern
)
Loading