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
c2fec11a
Commit
c2fec11a
authored
2 years ago
by
Wouter Deconinck
Committed by
Andre Sailer
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
style: make linter happy
parent
32f74968
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDG4/python/DDSim/DD4hepSimulation.py
+2
-1
2 additions, 1 deletion
DDG4/python/DDSim/DD4hepSimulation.py
with
2 additions
and
1 deletion
DDG4/python/DDSim/DD4hepSimulation.py
+
2
−
1
View file @
c2fec11a
...
@@ -149,7 +149,8 @@ class DD4hepSimulation(object):
...
@@ -149,7 +149,8 @@ class DD4hepSimulation(object):
default
=
ConfigHelper
.
makeList
(
self
.
compactFile
),
type
=
str
,
default
=
ConfigHelper
.
makeList
(
self
.
compactFile
),
type
=
str
,
help
=
"
The compact XML file, or multiple compact files, if the last one is the closer.
"
)
help
=
"
The compact XML file, or multiple compact files, if the last one is the closer.
"
)
parser
.
add_argument
(
"
--runType
"
,
action
=
"
store
"
,
choices
=
(
"
batch
"
,
"
vis
"
,
"
run
"
,
"
shell
"
,
"
qt
"
),
default
=
self
.
runType
,
parser
.
add_argument
(
"
--runType
"
,
action
=
"
store
"
,
choices
=
(
"
batch
"
,
"
vis
"
,
"
run
"
,
"
shell
"
,
"
qt
"
),
default
=
self
.
runType
,
help
=
"
The type of action to do in this invocation
"
# Note: implicit string concatenation
help
=
"
The type of action to do in this invocation
"
# Note: implicit string concatenation
"
\n
batch: just simulate some events, needs numberOfEvents, and input file or gun
"
"
\n
batch: just simulate some events, needs numberOfEvents, and input file or gun
"
"
\n
vis: enable visualisation, run the macroFile if it is set
"
"
\n
vis: enable visualisation, run the macroFile if it is set
"
...
...
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