FreeHEP API
Version current

hep.physics.event.generator
Class GeneratorEvent

java.lang.Object
  extended byhep.physics.event.BaseEvent
      extended byhep.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

Field Summary
 
Fields inherited from interface hep.physics.event.generator.MCEvent
MC_PARTICLES
 
Constructor Summary
GeneratorEvent(int run, int event)
           
 
Method Summary
 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 List getMCParticles()
Description copied from interface: MCEvent
Returns the list of Particles associated with this event

Specified by:
getMCParticles in interface MCEvent

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.