Skip to content
Snippets Groups Projects
Commit 7521dee8 authored by Jan Strube's avatar Jan Strube Committed by Andre Sailer
Browse files

fixing method names for the setter

parent 73201ae6
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ class LCIO( Input ):
Default is "MCParticle".
"""
return self._parameters["mcParticleCollectionName"]
@particlesPerEvent.setter
def particlesPerEvent( self, val ):
@mcParticleCollectionName.setter
def mcParticleCollectionName( self, val ):
self._parameters["mcParticleCollectionName"] = val
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment