hep.io.stdhep
Class StdhepRecord

java.lang.Object
  |
  +--hep.io.mcfio.MCFIOBlock
        |
        +--hep.io.stdhep.StdhepRecord
All Implemented Interfaces:
hep.io.stdhep.StdhepConstants, XDRSerializable
Direct Known Subclasses:
StdhepEvent, StdhepRunRecord

public abstract class StdhepRecord
extends MCFIOBlock
implements hep.io.stdhep.StdhepConstants

A base class from which all stdhep records inherit


Field Summary
static int MCFIO_STDHEP
           
static int MCFIO_STDHEPBEG
           
static int MCFIO_STDHEPEND
           
static int MCFIO_STDHEPM
           
static java.lang.String STDHEP_VERSION
           
 
Fields inherited from class hep.io.mcfio.MCFIOBlock
fVersion, id, length, version
 
Method Summary
 void read(XDRDataInput xdr)
           
 
Methods inherited from class hep.io.mcfio.MCFIOBlock
getLength, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MCFIO_STDHEP

public static final int MCFIO_STDHEP

MCFIO_STDHEPM

public static final int MCFIO_STDHEPM

MCFIO_STDHEPBEG

public static final int MCFIO_STDHEPBEG

MCFIO_STDHEPEND

public static final int MCFIO_STDHEPEND

STDHEP_VERSION

public static final java.lang.String STDHEP_VERSION
Method Detail

read

public void read(XDRDataInput xdr)
          throws java.io.IOException
Overrides:
read in class MCFIOBlock