hep.io.stdhep
Class StdhepEndRun

java.lang.Object
  extended by hep.io.mcfio.MCFIOBlock
      extended by hep.io.stdhep.StdhepRecord
          extended by hep.io.stdhep.StdhepRunRecord
              extended by hep.io.stdhep.StdhepEndRun
All Implemented Interfaces:
hep.io.xdr.XDRSerializable

public class StdhepEndRun
extends StdhepRunRecord

An end run record.

Version:
$Id: StdhepEndRun.java 9132 2006-10-13 05:39:06Z tonyj $
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
 
Constructor Summary
StdhepEndRun(int nevtreq, int nevtgen, int nevtwrt, float stdecom, float stdxsec, double stdseed1, double stdseed2)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class hep.io.stdhep.StdhepRunRecord
nevtgen, nevtreq, nevtwrt, read, stdecom, stdseed1, stdseed2, stdxsec, write
 
Methods inherited from class hep.io.mcfio.MCFIOBlock
getLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
Constructor Detail

StdhepEndRun

public StdhepEndRun(int nevtreq,
                    int nevtgen,
                    int nevtwrt,
                    float stdecom,
                    float stdxsec,
                    double stdseed1,
                    double stdseed2)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2007 FreeHEP. All Rights Reserved.