hep.physics.event.generator
Class GeneratorEvent

java.lang.Object
  extended by hep.physics.event.BaseEvent
      extended by hep.physics.event.generator.GeneratorEvent
All Implemented Interfaces:
MCEvent, HEPEvent

public class GeneratorEvent
extends BaseEvent
implements MCEvent

EventHeader for an event generator. Provides the output of the generator.

Version:
$Id: GeneratorEvent.java 8584 2006-08-10 23:06:37Z duns $
Author:
Gary Bower

Field Summary
 
Fields inherited from interface hep.physics.event.generator.MCEvent
MC_PARTICLES
 
Constructor Summary
GeneratorEvent(int run, int event)
           
 
Method Summary
 java.util.List getMCParticles()
          Returns the list of Particles associated with this event
 
Methods inherited from class hep.physics.event.BaseEvent
get, getEventNumber, getRunNumber, getTags, getTimeStamp, keys, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.physics.event.HEPEvent
get, getEventNumber, getRunNumber, getTags, getTimeStamp, keys, put
 

Constructor Detail

GeneratorEvent

public GeneratorEvent(int run,
                      int event)
Method Detail

getMCParticles

public java.util.List getMCParticles()
Description copied from interface: MCEvent
Returns the list of Particles associated with this event

Specified by:
getMCParticles in interface MCEvent


Copyright © 2000-2010 FreeHEP. All Rights Reserved.