From 7de8615cc446c567e83c5cd54f1d96e53a0dcb91 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Fri, 10 Feb 2017 19:14:38 +0100 Subject: [PATCH] First working example for usiage of the alignment helper for Chris. --- examples/AlignDet/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/AlignDet/CMakeLists.txt b/examples/AlignDet/CMakeLists.txt index 8d5389420..89d8259bb 100644 --- a/examples/AlignDet/CMakeLists.txt +++ b/examples/AlignDet/CMakeLists.txt @@ -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 -- GitLab