Skip to content
Snippets Groups Projects
Commit f1eeabd3 authored by John Chapman's avatar John Chapman
Browse files

Add MuonConfig package to AthSimulation project

parent 0e6fdeb9
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment