Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
e8f1b722
Commit
e8f1b722
authored
6 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/CLICSiD/CMakeLists.txt
+6
-6
6 additions, 6 deletions
examples/CLICSiD/CMakeLists.txt
with
6 additions
and
6 deletions
examples/CLICSiD/CMakeLists.txt
+
6
−
6
View file @
e8f1b722
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment