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
f1eeabd3
Commit
f1eeabd3
authored
6 years ago
by
John Chapman
Browse files
Options
Downloads
Patches
Plain Diff
Add MuonConfig package to AthSimulation project
parent
0e6fdeb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MuonSpectrometer/MuonConfig/CMakeLists.txt
+22
-20
22 additions, 20 deletions
MuonSpectrometer/MuonConfig/CMakeLists.txt
Projects/AthSimulation/package_filters.txt
+1
-0
1 addition, 0 deletions
Projects/AthSimulation/package_filters.txt
with
23 additions
and
20 deletions
MuonSpectrometer/MuonConfig/CMakeLists.txt
+
22
−
20
View file @
f1eeabd3
...
...
@@ -10,27 +10,29 @@ atlas_install_python_modules( python/*.py )
atlas_install_joboptions
(
share/*.py
)
atlas_install_data
(
share/*.ref
)
# Configure unit tests
# Cache alignment will change depending on whether FRONTIER_SERVER is defined.
atlas_add_test
(
MuonDataDecodeTest
PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS
"GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from|DEBUG Reconciled configuration"
SCRIPT test/testMuonDataDecode.sh
)
if
(
NOT SIMULATIONBASE
)
# Configure unit tests
# Cache alignment will change depending on whether FRONTIER_SERVER is defined.
atlas_add_test
(
MuonDataDecodeTest
PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS
"GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from|DEBUG Reconciled configuration"
SCRIPT test/testMuonDataDecode.sh
)
# Adding an identical test for the ByteStream identifiable caches (and future RDO caches)
atlas_add_test
(
MuonDataDecodeTest_Cache
PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS
"GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from"
SCRIPT test/testMuonDataDecode_Cache.sh
)
# Adding an identical test for the ByteStream identifiable caches (and future RDO caches)
atlas_add_test
(
MuonDataDecodeTest_Cache
PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS
"GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from"
SCRIPT test/testMuonDataDecode_Cache.sh
)
atlas_add_test
(
MuonCablingConfigTest
SCRIPT python -m MuonConfig.MuonCablingConfig
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
MuonCablingConfigTest
SCRIPT python -m MuonConfig.MuonCablingConfig
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
MuonReconstructionConfigTest
SCRIPT python -m MuonConfig.MuonReconstructionConfig
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
MuonReconstructionConfigTest
SCRIPT python -m MuonConfig.MuonReconstructionConfig
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
MuonSegmentFindingConfigTest
SCRIPT python -m MuonConfig.MuonSegmentFindingConfig
POST_EXEC_SCRIPT nopost.sh
)
atlas_add_test
(
MuonSegmentFindingConfigTest
SCRIPT python -m MuonConfig.MuonSegmentFindingConfig
POST_EXEC_SCRIPT nopost.sh
)
endif
()
This diff is collapsed.
Click to expand it.
Projects/AthSimulation/package_filters.txt
+
1
−
0
View file @
f1eeabd3
...
...
@@ -237,6 +237,7 @@
+ MuonSpectrometer/MuonCnv/MuonIdCnv
+ MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool
+ MuonSpectrometer/MuonCnv/MuonSimEventTPCnv
+ MuonSpectrometer/MuonConfig
+ MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondInterface
+ MuonSpectrometer/MuonDetDescr/MuonAGDD
+ MuonSpectrometer/MuonDetDescr/MuonAGDDBase
...
...
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