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

Give access to Geant4 world volume to Geant4Actions. Add plugin action to write Geant4 GDML files

parent f71a5632
No related branches found
No related tags found
No related merge requests found
...@@ -119,12 +119,12 @@ if (DD4HEP_USE_GEANT4) ...@@ -119,12 +119,12 @@ if (DD4HEP_USE_GEANT4)
endforeach(script) endforeach(script)
# #
# Write GDML from Geant4 using UI # Write GDML from Geant4 using UI
dd4hep_add_test_reg( CLICSiD_DDG4_GDML_LONGTEST #dd4hep_add_test_reg( CLICSiD_DDG4_GDML_LONGTEST
COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh" # COMMAND "${CMAKE_INSTALL_PREFIX}/bin/run_test_CLICSiD.sh"
EXEC_ARGS python ${CLICSiDEx_INSTALL}/scripts/CLIC_GDML.py # EXEC_ARGS python ${CLICSiDEx_INSTALL}/scripts/CLIC_GDML.py
REQUIRES DDG4 Geant4 # REQUIRES DDG4 Geant4
REGEX_PASS "G4GDML. Writing 'CLICSiD.gdml' done !" # REGEX_PASS "G4GDML. Writing 'CLICSiD.gdml' done !"
REGEX_FAIL "Exception;EXCEPTION;ERROR" ) # REGEX_FAIL "Exception;EXCEPTION;ERROR" )
# #
# Material scan # Material scan
dd4hep_add_test_reg( CLICSiD_DDG4_g4material_scan_LONGTEST dd4hep_add_test_reg( CLICSiD_DDG4_g4material_scan_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