Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
eic_tools
DD4hep
Commits
3c077adc
Commit
3c077adc
authored
Apr 9, 2020
by
Markus FRANK
Committed by
MarkusFrankATcernch
Apr 9, 2020
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
Show 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')
...
@@ -125,10 +125,11 @@ import_namespace_item('core', 'run_interpreter')
#
#
import_namespace_item
(
'
detail
'
,
'
interp
'
)
import_namespace_item
(
'
detail
'
,
'
interp
'
)
import_namespace_item
(
'
detail
'
,
'
eval
'
)
import_namespace_item
(
'
detail
'
,
'
eval
'
)
#
#
---------------------------------------------------------------------------
# def run_interpreter(name): detail.interp.run(name)
# def run_interpreter(name): detail.interp.run(name)
# def evaluator(): return eval.instance()
# def evaluator(): return eval.instance()
# def g4Evaluator(): return eval.g4instance()
# def g4Evaluator(): return eval.g4instance()
# ---------------------------------------------------------------------------
def
import_detail
():
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