   Product name : STDHEP
       Versions : V4_07
 Product Number : PM0091
           Date : 14-Jul-1999
  Origin/Author : Lynn Garren, Paul Lebrun
     Maintainer : Lynn Garren
  Support Level : 5*

Description:
   STDHEP contains a set of translation routines which convert
   Herwig, Jetset, Isajet, or QQ events to and from the standard
   HEP event format.  STDHEP also contains utility routines
   to work with the HEPEVT common block and a set of I/O routines.
   The HEPEVT common block allows 4000 particles per event.

   Mcfio, an xdr I/O interface package, is included with stdhep.
   As of version 3.01, c bindings of the mcfio interface routines
   are available from libstdhepC.a.

   StdHep uses include files from the event generators.
   These include files are subject to change.  Also, the generator
   particle numbering is subject to change.  Thus, we cannot
   guarantee that StdHep will work with releases of the generators
   other than those it was built with.

   StdHep now has a C++ binding in libStdHepCXX.a.

Stdhep v4_07 is built with:
   Isajet v7_37
   Herwig v5_9a
   Lund v6_125 (pythia plus related generators)
   QQ v9_2b
   Dpmjet v2_4
   Phojet v1_05e

Usage (with pythia):
   % setup cern
   % setup lund
   % setup stdhep
 IRIX, OSF1, SunOS:
   % f77 -o myprog myprog.f \
        $LULIB/pydata.o \
        $STDHEP_DIR/lib/libstdhep.a $LULIB/liblund.a $CRNLIB/libpacklib.a
	
 AIX:
   % xlf -qextname -o myprog myprog.f \
        $LULIB/pydata.o \
        $STDHEP_DIR/lib/libstdhep.a $LULIB/liblund.a $CRNLIB/libpacklib.a

 Linux:
   % g77 -fno-second-underscore -o myprog myprog.f \
        $LULIB/pydata.o \
        $STDHEP_DIR/lib/libstdhep.a $LULIB/liblund.a $CRNLIB/libpacklib.a


Documentation:
   Documentation is available at http://www-pat.fnal.gov/stdhep.html
   or in $STDHEP_DIR/doc.
