From 3c077adcf7c6883a438352c8a1bcab49af7b5ab0 Mon Sep 17 00:00:00 2001 From: Markus FRANK <Markus.Frank@cern.ch> Date: Thu, 9 Apr 2020 13:03:49 +0200 Subject: [PATCH] Support for conditions with non-default ctor --- DDCore/python/dd4hep_base.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/DDCore/python/dd4hep_base.py b/DDCore/python/dd4hep_base.py index 371668cee..fc9d0ecd4 100644 --- a/DDCore/python/dd4hep_base.py +++ b/DDCore/python/dd4hep_base.py @@ -125,10 +125,11 @@ 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 run_interpreter(name): detail.interp.run(name) +# def evaluator(): return eval.instance() +# def g4Evaluator(): return eval.g4instance() +# --------------------------------------------------------------------------- def import_detail(): -- GitLab