From e8f1b722aa6a4eae7803d3f5a4a1028abc38154f Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Tue, 9 Apr 2019 20:11:26 +0200 Subject: [PATCH] Give access to Geant4 world volume to Geant4Actions. Add plugin action to write Geant4 GDML files --- examples/CLICSiD/CMakeLists.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/CLICSiD/CMakeLists.txt b/examples/CLICSiD/CMakeLists.txt index cc2f74aeb..9967ff104 100644 --- a/examples/CLICSiD/CMakeLists.txt +++ b/examples/CLICSiD/CMakeLists.txt @@ -119,12 +119,12 @@ if (DD4HEP_USE_GEANT4) endforeach(script) # # Write GDML from Geant4 using UI - dd4hep_add_test_reg( CLICSiD_DDG4_GDML_LONGTEST - COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" - EXEC_ARGS python ${CLICSiDEx_INSTALL}/scripts/CLIC_GDML.py - REQUIRES DDG4 Geant4 - REGEX_PASS "G4GDML. Writing 'CLICSiD.gdml' done !" - REGEX_FAIL "Exception;EXCEPTION;ERROR" ) + #dd4hep_add_test_reg( CLICSiD_DDG4_GDML_LONGTEST + # COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" + # EXEC_ARGS python ${CLICSiDEx_INSTALL}/scripts/CLIC_GDML.py + # REQUIRES DDG4 Geant4 + # REGEX_PASS "G4GDML. Writing 'CLICSiD.gdml' done !" + # REGEX_FAIL "Exception;EXCEPTION;ERROR" ) # # Material scan dd4hep_add_test_reg( CLICSiD_DDG4_g4material_scan_LONGTEST -- GitLab