hep.io.stdhep
Class StdhepEvent
java.lang.Object
hep.io.mcfio.MCFIOBlock
hep.io.stdhep.StdhepRecord
hep.io.stdhep.StdhepEvent
- All Implemented Interfaces:
- hep.io.stdhep.StdhepConstants, XDRSerializable
- public class StdhepEvent
- extends StdhepRecord
A stdhep event. This class does not attempt to provide
an OO interface to the event, but simply acts as a container
for the packed stdhep event record.
- Version:
- $Id:
- Author:
- Tony Johnson (tonyj@slac.stanford.edu)
- Source Code:
- StdhepEvent.java
Constructor Summary |
StdhepEvent(int nevhep,
int nhep,
int[] isthep,
int[] idhep,
int[] jmohep,
int[] jdahep,
double[] phep,
double[] vhep)
|
StdhepEvent
public StdhepEvent(int nevhep,
int nhep,
int[] isthep,
int[] idhep,
int[] jmohep,
int[] jdahep,
double[] phep,
double[] vhep)
getIDHEP
public int getIDHEP(int index)
getISTHEP
public int getISTHEP(int index)
getJDAHEP
public int getJDAHEP(int index,
int i)
getJMOHEP
public int getJMOHEP(int index,
int i)
getNEVHEP
public int getNEVHEP()
- The event number
getNHEP
public int getNHEP()
- The number of particles
getPHEP
public double getPHEP(int index,
int i)
getVHEP
public double getVHEP(int index,
int i)
read
public void read(XDRDataInput xdr)
throws IOException
- Specified by:
read
in interface XDRSerializable
- Overrides:
read
in class StdhepRecord
- Throws:
IOException
toString
public String toString()
write
public void write(XDRDataOutput xdr)
throws IOException
- Specified by:
write
in interface XDRSerializable
- Overrides:
write
in class MCFIOBlock
- Throws:
IOException
Copyright © 2000-2004 FreeHEP, All Rights Reserved.