FreeHEP API
Version current

hep.io.stdhep
Class StdhepBeginRun

java.lang.Object
  extended byhep.io.mcfio.MCFIOBlock
      extended byhep.io.stdhep.StdhepRecord
          extended byhep.io.stdhep.StdhepRunRecord
              extended byhep.io.stdhep.StdhepBeginRun
All Implemented Interfaces:
hep.io.stdhep.StdhepConstants, XDRSerializable

public class StdhepBeginRun
extends StdhepRunRecord

A begin run record

Version:
$Id: StdhepBeginRun.java,v 1.3 2003/09/16 23:11:54 tonyj Exp $
Author:
Tony Johnson (tonyj@slac.stanford.edu)
Source Code:
StdhepBeginRun.java

Field Summary
 
Fields inherited from class hep.io.stdhep.StdhepRecord
MCFIO_STDHEP, MCFIO_STDHEPBEG, MCFIO_STDHEPEND, MCFIO_STDHEPM, STDHEP_VERSION
 
Fields inherited from class hep.io.mcfio.MCFIOBlock
fVersion, id, length, version
 
Constructor Summary
StdhepBeginRun(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
 

Constructor Detail

StdhepBeginRun

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

toString

public String toString()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.