hep.physics.event.generator
Class GeneratorEvent
java.lang.Object
hep.physics.event.BaseEvent
hep.physics.event.generator.GeneratorEvent
- All Implemented Interfaces:
- HEPEvent, MCEvent
- public class GeneratorEvent
- extends BaseEvent
- implements MCEvent
EventHeader for an event generator. Provides the output of the
generator.
- Version:
- $Id: GeneratorEvent.java,v 1.1 2005/03/14 06:02:16 tonyj Exp $
- Author:
- Gary Bower
- Source Code:
- GeneratorEvent.java
Method Summary |
List |
getMCParticles()
Returns the list of Particles associated with this event |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorEvent
public GeneratorEvent(int run,
int event)
getMCParticles
public List getMCParticles()
- Description copied from interface:
MCEvent
- Returns the list of Particles associated with this event
- Specified by:
getMCParticles
in interface MCEvent
Copyright © 2000-2004 FreeHEP, All Rights Reserved.