hep.io.stdhep
Class StdhepRecord

java.lang.Object
  extended by hep.io.mcfio.MCFIOBlock
      extended by hep.io.stdhep.StdhepRecord
All Implemented Interfaces:
hep.io.xdr.XDRSerializable
Direct Known Subclasses:
StdhepEvent, StdhepRunRecord

public abstract class StdhepRecord
extends hep.io.mcfio.MCFIOBlock

A base class from which all stdhep records inherit

Version:
$Id: StdhepRecord.java 8584 2006-08-10 23:06:37Z duns $
Author:
Tony Johnson (tonyj@slac.stanford.edu)

Field Summary
static int MCFIO_STDHEP
           
static int MCFIO_STDHEPBEG
           
static int MCFIO_STDHEPEND
           
static int MCFIO_STDHEPEV4
           
static int MCFIO_STDHEPM
           
static String STDHEP_VERSION
           
 
Fields inherited from class hep.io.mcfio.MCFIOBlock
fVersion, id, length, version
 
Method Summary
 void read(hep.io.xdr.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
See Also:
Constant Field Values

MCFIO_STDHEPM

public static final int MCFIO_STDHEPM
See Also:
Constant Field Values

MCFIO_STDHEPBEG

public static final int MCFIO_STDHEPBEG
See Also:
Constant Field Values

MCFIO_STDHEPEND

public static final int MCFIO_STDHEPEND
See Also:
Constant Field Values

MCFIO_STDHEPEV4

public static final int MCFIO_STDHEPEV4
See Also:
Constant Field Values

STDHEP_VERSION

public static final String STDHEP_VERSION
See Also:
Constant Field Values
Method Detail

read

public void read(hep.io.xdr.XDRDataInput xdr)
          throws IOException
Specified by:
read in interface hep.io.xdr.XDRSerializable
Overrides:
read in class hep.io.mcfio.MCFIOBlock
Throws:
IOException


Copyright © 2000-2007 FreeHEP. All Rights Reserved.