Skip to content
Snippets Groups Projects
Commit 7956b65b authored by Markus FRANK's avatar Markus FRANK Committed by MarkusFrankATcernch
Browse files

Support for conditions with non-default ctor

parent 51510e3f
No related branches found
No related tags found
No related merge requests found
......@@ -125,13 +125,16 @@ import_namespace_item('core', 'run_interpreter')
#
import_namespace_item('detail', 'interp')
import_namespace_item('detail', 'eval')
#
#def run_interpreter(name): detail.interp.run(name)
#def evaluator(): return eval.instance()
#def g4Evaluator(): return eval.g4instance()
def import_detail():
import_namespace_item('detail', 'DD4hepUI')
def import_geometry():
import_namespace_item('core', 'setPrintLevel')
import_namespace_item('core', 'setPrintFormat')
......@@ -202,6 +205,7 @@ def import_geometry():
import_namespace_item('core', 'UnionSolid')
import_namespace_item('core', 'IntersectionSolid')
def import_tgeo():
import_root('TGeoManager')
import_root('TGeoNode')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment