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

Add MuonConfig package to AthSimulation project

parent 6fbc8045
No related branches found
No related tags found
No related merge requests found
...@@ -10,31 +10,33 @@ atlas_install_python_modules( python/*.py ) ...@@ -10,31 +10,33 @@ atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
atlas_install_data( share/*.ref ) atlas_install_data( share/*.ref )
# Configure unit tests if( NOT SIMULATIONBASE )
# Cache alignment will change depending on whether FRONTIER_SERVER is defined. # Configure unit tests
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest ) # Cache alignment will change depending on whether FRONTIER_SERVER is defined.
atlas_add_test( MuonDataDecodeTest file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest )
PROPERTIES TIMEOUT 1000 atlas_add_test( MuonDataDecodeTest
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest PROPERTIES TIMEOUT 1000
EXTRA_PATTERNS "GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from|DEBUG Reconciled configuration" PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest
SCRIPT test/testMuonDataDecode.sh ) 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) # Adding an identical test for the ByteStream identifiable caches (and future RDO caches)
file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache ) file( MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache )
atlas_add_test( MuonDataDecodeTest_Cache atlas_add_test( MuonDataDecodeTest_Cache
PROPERTIES TIMEOUT 1000 PROPERTIES TIMEOUT 1000
PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache PROPERTIES WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/unitTestRun_MuonDataDecodeTest_Cache
EXTRA_PATTERNS "GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from" EXTRA_PATTERNS "GeoModelSvc.MuonDetectorTool.*SZ=|Cache alignment|Range of input|recorded new|map from"
SCRIPT test/testMuonDataDecode_Cache.sh ) SCRIPT test/testMuonDataDecode_Cache.sh )
atlas_add_test( MuonCablingConfigTest atlas_add_test( MuonCablingConfigTest
SCRIPT python -m MuonConfig.MuonCablingConfig SCRIPT python -m MuonConfig.MuonCablingConfig
POST_EXEC_SCRIPT nopost.sh ) POST_EXEC_SCRIPT nopost.sh )
atlas_add_test( MuonReconstructionConfigTest atlas_add_test( MuonReconstructionConfigTest
SCRIPT python -m MuonConfig.MuonReconstructionConfig SCRIPT python -m MuonConfig.MuonReconstructionConfig
POST_EXEC_SCRIPT nopost.sh ) POST_EXEC_SCRIPT nopost.sh )
atlas_add_test( MuonSegmentFindingConfigTest atlas_add_test( MuonSegmentFindingConfigTest
SCRIPT python -m MuonConfig.MuonSegmentFindingConfig SCRIPT python -m MuonConfig.MuonSegmentFindingConfig
POST_EXEC_SCRIPT nopost.sh ) POST_EXEC_SCRIPT nopost.sh )
endif()
...@@ -237,6 +237,7 @@ ...@@ -237,6 +237,7 @@
+ MuonSpectrometer/MuonCnv/MuonIdCnv + MuonSpectrometer/MuonCnv/MuonIdCnv
+ MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool + MuonSpectrometer/MuonCnv/MuonSimEventAthenaPool
+ MuonSpectrometer/MuonCnv/MuonSimEventTPCnv + MuonSpectrometer/MuonCnv/MuonSimEventTPCnv
+ MuonSpectrometer/MuonConfig
+ MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondInterface + MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondInterface
+ MuonSpectrometer/MuonDetDescr/MuonAGDD + MuonSpectrometer/MuonDetDescr/MuonAGDD
+ MuonSpectrometer/MuonDetDescr/MuonAGDDBase + 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