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

Add reflection examples

parent b4bdacc7
No related branches found
No related tags found
No related merge requests found
from __future__ import absolute_import, unicode_literals
import os, sys, DDG4
import os
import sys
import DDG4
#
"""
dd4hep example setup using the python configuration
......@@ -12,7 +14,6 @@ import os, sys, DDG4
def run():
kernel = DDG4.Kernel()
install_dir = os.environ['DD4hepExamplesINSTALL']
# Configure UI
geant4 = DDG4.Geant4(kernel, tracker='Geant4TrackerCombineAction')
geant4.setupCshUI(vis=True)
......
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