diff --git a/DDCore/src/plugins/DetectorChecksum.cpp b/DDCore/src/plugins/DetectorChecksum.cpp index add09926fed126d61228838bf78e3ff09af10c27..728d80e29ee5fe46149b40782e9eba3d81118ddd 100644 --- a/DDCore/src/plugins/DetectorChecksum.cpp +++ b/DDCore/src/plugins/DetectorChecksum.cpp @@ -978,7 +978,7 @@ const DetectorChecksum::entry_t& DetectorChecksum::handleSegmentation(Segmentati log << "/>" << newline; } log << " </parameters>" << newline; - log << "</segmentatoin>"; + log << "</segmentation>"; ise = geo.emplace(seg, make_entry(log)).first; } return ise->second; diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt index de3c1d9cfd40064a8c02c125ad06ef0d2aae208f..dade8e57bcf3e3461db1903c7b4511ce3c4552a1 100644 --- a/examples/CLICSiD/CMakeLists.txt +++ b/examples/CLICSiD/CMakeLists.txt @@ -133,7 +133,7 @@ endif() dd4hep_add_test_reg( CLICSiD_check_checksum_EcalBarrel COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" EXEC_ARGS geoPluginRun -input ${DD4hep_ROOT}/DDDetectors/compact/SiD.xml -plugin DD4hepDetectorChecksum -readout -detector EcalBarrel - REGEX_PASS "Combined hash code 4af999c3b33c5a53 \\(10375 sub-codes\\)" + REGEX_PASS "Combined hash code ec2a9dbb0aeccacc \\(10375 sub-codes\\)" REGEX_FAIL "Exception;EXCEPTION;ERROR" ) # @@ -141,7 +141,7 @@ dd4hep_add_test_reg( CLICSiD_check_checksum_EcalBarrel dd4hep_add_test_reg( CLICSiD_check_checksum_full COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" EXEC_ARGS geoPluginRun -input ${DD4hep_ROOT}/DDDetectors/compact/SiD.xml -plugin DD4hepDetectorChecksum -readout - REGEX_PASS "Combined hash code 2aa2f0fe61a8331f \\(3395674 sub-codes\\)" + REGEX_PASS "Combined hash code a2e90886360b3b75 \\(3395674 sub-codes\\)" REGEX_FAIL "Exception;EXCEPTION;ERROR" ) # diff --git a/examples/ClientTests/CMakeLists.txt b/examples/ClientTests/CMakeLists.txt index 797bd9dd3ff01d7fa8aa9d59f8a6f663af9949f1..f60fe548a2554689a784e93c1e947f0aff541f79 100644 --- a/examples/ClientTests/CMakeLists.txt +++ b/examples/ClientTests/CMakeLists.txt @@ -379,7 +379,7 @@ dd4hep_add_test_reg( MiniTel_check_checksum_Minitel3 COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" EXEC_ARGS geoPluginRun -input ${ClientTestsEx_INSTALL}/compact/MiniTelGenerate.xml -plugin DD4hepDetectorChecksum -readout -detector Minitel3 - REGEX_PASS "Combined hash code 8e54af7d60ff83d0 \\(54 sub-codes\\)" + REGEX_PASS "Combined hash code 22de2a78a15abd64 \\(54 sub-codes\\)" REGEX_FAIL "Exception;EXCEPTION;ERROR" ) # @@ -388,7 +388,7 @@ dd4hep_add_test_reg( MiniTel_check_checksum_full COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" EXEC_ARGS geoPluginRun -input ${ClientTestsEx_INSTALL}/compact/MiniTelGenerate.xml -plugin DD4hepDetectorChecksum -readout - REGEX_PASS "Combined hash code 7330636481b0401d \\(207 sub-codes\\)" + REGEX_PASS "Combined hash code cbcafd06b9ee34c1 \\(207 sub-codes\\)" REGEX_FAIL "Exception;EXCEPTION;ERROR" ) #