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
3c077adc
Commit
3c077adc
authored
4 years ago
by
Markus FRANK
Committed by
MarkusFrankATcernch
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Support for conditions with non-default ctor
parent
7956b65b
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
DDCore/python/dd4hep_base.py
+5
-4
5 additions, 4 deletions
DDCore/python/dd4hep_base.py
with
5 additions
and
4 deletions
DDCore/python/dd4hep_base.py
+
5
−
4
View file @
3c077adc
...
...
@@ -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
():
...
...
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