Skip to content

Commit

Permalink
Tests: move to latest CLIC model, old one is no longer DD4hep compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Apr 3, 2024
1 parent 0505ffd commit 9a2140c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ ENDIF()
SET( test_name "BeamCalReco" )
ADD_TEST( NAME t_${test_name}
COMMAND
TestBeamCalReco $ENV{lcgeo_DIR}/CLIC/compact/CLIC_o2_v04/CLIC_o2_v04.xml BeamCal
TestBeamCalReco $ENV{lcgeo_DIR}/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml BeamCal
)
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES
FAIL_REGULAR_EXPRESSION "phi not correctly reconstructed"
REQUIRED_FILES "$ENV{lcgeo_DIR}/CLIC/compact/CLIC_o2_v04/CLIC_o2_v04.xml"
REQUIRED_FILES "$ENV{lcgeo_DIR}/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml"
)

SET( test_name "LumiCalReco" )
Expand All @@ -33,11 +33,11 @@ ENDIF()
SET( test_name "NewLumimCalReco" )
ADD_TEST( NAME t_${test_name}
COMMAND
TestBeamCalReco $ENV{lcgeo_DIR}/CLIC/compact/CLIC_o2_v04/CLIC_o2_v04.xml LumiCal
TestBeamCalReco $ENV{lcgeo_DIR}/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml LumiCal
)
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES
FAIL_REGULAR_EXPRESSION "phi not correctly reconstructed"
REQUIRED_FILES "$ENV{lcgeo_DIR}/CLIC/compact/CLIC_o2_v04/CLIC_o2_v04.xml"
REQUIRED_FILES "$ENV{lcgeo_DIR}/CLIC/compact/CLIC_o3_v14/CLIC_o3_v14.xml"
)

ADD_TEST( NAME test_Sim_BeamCal
Expand Down

0 comments on commit 9a2140c

Please sign in to comment.