From 2bc187842db1aa41af465e2c47563d9703ac2d44 Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Wed, 2 Oct 2019 19:16:43 +0200 Subject: [PATCH] Add reflection examples --- examples/ClientTests/scripts/Check_shape.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/ClientTests/scripts/Check_shape.py b/examples/ClientTests/scripts/Check_shape.py index 0672f99fc..5179f58bf 100644 --- a/examples/ClientTests/scripts/Check_shape.py +++ b/examples/ClientTests/scripts/Check_shape.py @@ -1,5 +1,7 @@ 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) -- GitLab