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
73201ae6
Commit
73201ae6
authored
7 years ago
by
Jan Strube
Committed by
Andre Sailer
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update LCIO.py
parent
f5d5bcab
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
DDSim/Helper/LCIO.py
+3
-3
3 additions, 3 deletions
DDSim/Helper/LCIO.py
with
3 additions
and
3 deletions
DDSim/Helper/LCIO.py
+
3
−
3
View file @
73201ae6
...
@@ -6,15 +6,15 @@ class LCIO( Input ):
...
@@ -6,15 +6,15 @@ class LCIO( Input ):
"""
Configuration for the generator-level InputFiles
"""
"""
Configuration for the generator-level InputFiles
"""
def
__init__
(
self
):
def
__init__
(
self
):
super
(
LCIO
,
self
).
__init__
()
super
(
LCIO
,
self
).
__init__
()
self
.
_parameters
[
"
MC
ParticleCollectionName
"
]
=
"
MCParticle
"
self
.
_parameters
[
"
mc
ParticleCollectionName
"
]
=
"
MCParticle
"
@property
@property
def
mcParticleCollectionName
(
self
):
def
mcParticleCollectionName
(
self
):
"""
Set the name of the collection containing the MCParticle input.
"""
Set the name of the collection containing the MCParticle input.
Default is
"
MCParticle
"
.
Default is
"
MCParticle
"
.
"""
"""
return
self
.
_parameters
[
"
MC
ParticleCollectionName
"
]
return
self
.
_parameters
[
"
mc
ParticleCollectionName
"
]
@particlesPerEvent.setter
@particlesPerEvent.setter
def
particlesPerEvent
(
self
,
val
):
def
particlesPerEvent
(
self
,
val
):
self
.
_parameters
[
"
MC
ParticleCollectionName
"
]
=
val
self
.
_parameters
[
"
mc
ParticleCollectionName
"
]
=
val
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