Newer
Older
"""Helper object for files containing one or more MCParticle collections"""
from DDSim.Helper.Input import Input
"""Configuration for the generator-level InputFiles"""
def __init__( self ):
self._parameters["MCParticleCollectionName"] = "MCParticle"
@property
def mcParticleCollectionName( self ):
"""Set the name of the collection containing the MCParticle input.
Default is "MCParticle".
"""
return self._parameters["MCParticleCollectionName"]
@particlesPerEvent.setter
def particlesPerEvent( self, val ):
self._parameters["MCParticleCollectionName"] = val