Skip to content

Commit

Permalink
add test for ddsim steering file for CLD o3 (with ARC)
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Jul 26, 2024
1 parent 2068230 commit 80dd39b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ add_test(NAME ddsim_lcio
COMMAND ddsim -S cld_steer.py -N 3 --inputFile ../test/yyxyev_000.stdhep --outputFile test.slcio --compactFile ${DETECTOR}
)

add_test(NAME ddsim_cld_arc
WORKING_DIRECTORY ${CLDConfig_DIR}
COMMAND ddsim -S cld_arc_steer.py -N 10 -G --gun.direction "1 0 0"
)

# FIXME: need to call k4run from CLDConfig dir where the pandora config lives
add_test(NAME lcio_input
WORKING_DIRECTORY ${CLDConfig_DIR}
Expand Down

0 comments on commit 80dd39b

Please sign in to comment.