Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-29 07:35:41

0001 """Mixin class for mcParticleCollectionName for Input helpers."""
0002 
0003 
0004 class MCParticleMixin():
0005 
0006   @property
0007   def mcParticleCollectionName(self):
0008     """Set the name of the collection containing the MCParticle input.
0009     """
0010     return self._parameters["MCParticleCollectionName"]
0011 
0012   @mcParticleCollectionName.setter
0013   def mcParticleCollectionName(self, val):
0014     self._parameters["MCParticleCollectionName"] = val