Function DRN(ISEED)
provides uniform random numbers.
All other random number routines are linked to this one.
This routine is stored in the BASES library( libbases.a).
Subroutine DRNSET(ISEED)
performs an initialization for DRN(ISEED).
This is also stored in libbases.a.
Subroutine READ_CARDS(LUN,filename)
reads input data cards from grape.cards.
Subroutine SETMAS
provides masses/widths of particles and the QED coupling constant.
Subroutine USRSTR(Ievt,Ngen)
can be modified by users to access the information
on generated events.
User initialization/termination procedures are also
put in this routine.