Skip to content

Commit

Permalink
Use steerfile in IDEA_o2 cmake test
Browse files Browse the repository at this point in the history
Change cmake test for IDEA_o2 in order to use the IDEA_o2 example
steering file. This test takes about 350 s on lxplus9 machines and
correctly fills DREndcapTubes calo hit with 1 event.
  • Loading branch information
lopezzot authored and BrieucF committed Dec 6, 2024
1 parent 85c59c4 commit cc654bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ endif()
if(DCH_INFO_H_EXIST)
SET( test_name "test_IDEA_o2_v01" )
ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh"
ddsim --compactFile=${CMAKE_CURRENT_SOURCE_DIR}/../FCCee/IDEA/compact/IDEA_o2_v01/IDEA_o2_v01.xml -N 1 -G --gun.distribution uniform --random.seed 1988301045 --outputFile=testIDEA_o2_v01.root )
ddsim --compactFile=${CMAKE_CURRENT_SOURCE_DIR}/../FCCee/IDEA/compact/IDEA_o2_v01/IDEA_o2_v01.xml --steeringFile=${CMAKE_CURRENT_SOURCE_DIR}/../example/SteeringFile_IDEA_o2_v01.py -N 1 --random.seed 1988301045 --outputFile=testIDEA_o2_v01.root )
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION " Exception; EXCEPTION;ERROR;Error" TIMEOUT 600)
endif()

Expand Down

0 comments on commit cc654bc

Please sign in to comment.