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
223a4ca0
Commit
223a4ca0
authored
1 year ago
by
Andre Sailer
Browse files
Options
Downloads
Patches
Plain Diff
Apply suggestions from code review
DDSim,Meta: Fix formatting for dict
parent
c5030d4a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DDG4/python/DDSim/Helper/Meta.py
+2
-2
2 additions, 2 deletions
DDG4/python/DDSim/Helper/Meta.py
with
2 additions
and
2 deletions
DDG4/python/DDSim/Helper/Meta.py
+
2
−
2
View file @
223a4ca0
...
@@ -23,11 +23,11 @@ class Meta(ConfigHelper):
...
@@ -23,11 +23,11 @@ class Meta(ConfigHelper):
self
.
eventParameters
=
[]
self
.
eventParameters
=
[]
self
.
_runNumberOffset_EXTRA
=
{
'
help
'
:
"
The run number offset to write in slcio output file.
"
self
.
_runNumberOffset_EXTRA
=
{
'
help
'
:
"
The run number offset to write in slcio output file.
"
"
E.g setting it to 42 will start counting runs from 42 instead of 0
"
,
"
E.g setting it to 42 will start counting runs from 42 instead of 0
"
,
'
type
'
:
int
}
'
type
'
:
int
}
self
.
runNumberOffset
=
0
self
.
runNumberOffset
=
0
self
.
_eventNumberOffset_EXTRA
=
{
'
help
'
:
"
The event number offset to write in slcio output file.
"
self
.
_eventNumberOffset_EXTRA
=
{
'
help
'
:
"
The event number offset to write in slcio output file.
"
"
E.g setting it to 42 will start counting events from 42 instead of 0
"
,
"
E.g setting it to 42 will start counting events from 42 instead of 0
"
,
'
type
'
:
int
}
'
type
'
:
int
}
self
.
eventNumberOffset
=
0
self
.
eventNumberOffset
=
0
def
parseEventParameters
(
self
):
def
parseEventParameters
(
self
):
...
...
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