Skip to content
Snippets Groups Projects
Commit 7de8615c authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

First working example for usiage of the alignment helper for Chris.

parent 02ee3d44
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ dd4hep_add_test_reg( test_AlignDet_Telescope_populate
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_AlignDet.sh"
EXEC_ARGS geoPluginRun -volmgr -destroy -plugin DD4hep_AlignmentExample_populate
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml -iovs 10
REGEX_PASS "\\[7522800AD665C239\\] -> \\[7522800AD665C239\\] /world/Telescope/module_9/sensor#alignment/Tranformations")
REGEX_PASS "\\[7438F09CE3AD4ACA\\] -> \\[7438F09CE3AD4ACA\\] /world/Telescope/module_9/sensor#alignment/Transformations")
#
#---Testing: Load Telescope geometry and read and print alignments --------
dd4hep_add_test_reg( test_AlignDet_Telescope_read_xml
......@@ -46,7 +46,7 @@ dd4hep_add_test_reg( test_AlignDet_Telescope_read_xml
EXEC_ARGS geoPluginRun -volmgr -destroy -plugin DD4hep_AlignmentExample_read_xml
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml
-deltas file:${DD4hep_DIR}/examples/Conditions/data/repository.xml
REGEX_PASS "\\[7522800AD665C239\\] -> \\[7522800AD665C239\\] /world/Telescope/module_9/sensor#alignment/Tranformations")
REGEX_PASS "\\[7438F09CE3AD4ACA\\] -> \\[7438F09CE3AD4ACA\\] /world/Telescope/module_9/sensor#alignment/Transformations")
#
#---Testing: Simple stress: Load Telescope geometry and have multiple runs on IOVs
dd4hep_add_test_reg( test_AlignDet_Telescope_stress
......@@ -79,7 +79,7 @@ dd4hep_add_test_reg( test_AlignDet_Telescope_readback_xml
EXEC_ARGS geoPluginRun -volmgr -destroy -plugin DD4hep_AlignmentExample_read_xml
-input file:${DD4hep_DIR}/examples/AlignDet/compact/Telescope.xml
-deltas file:./new_cond.xml
REGEX_PASS "\\[7522800AD665C239\\] -> \\[7522800AD665C239\\] /world/Telescope/module_9/sensor#alignment/Tranformations")
REGEX_PASS "\\[7438F09CE3AD4ACA\\] -> \\[7438F09CE3AD4ACA\\] /world/Telescope/module_9/sensor#alignment/Transformations")
#
#---Testing: Extended stress: Load CLICSiD geometry and have multiple runs on IOVs
dd4hep_add_test_reg( test_AlignDet_CLICSiD_stress_LONGTEST
......
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