hep.physics.event.generator
Interface MCEvent
- All Superinterfaces:
- HEPEvent
- All Known Implementing Classes:
- GeneratorEvent
- public interface MCEvent
- extends HEPEvent
A simulated event consisting of a set of MC particles.
- Author:
- Tony Johnson
- Source Code:
- MCEvent.java
Method Summary |
List |
getMCParticles()
Returns the list of Particles associated with this event |
MC_PARTICLES
public static final String MC_PARTICLES
- See Also:
- Constant Field Values
getMCParticles
public List getMCParticles()
- Returns the list of Particles associated with this event
Copyright © 2000-2004 FreeHEP, All Rights Reserved.