* * $Id$ * * $Log$ * * * gpgene.inc * *CMZ : 2.01/00 05/04/2000 14.35.17 by Marialuigia Ambriola *CMZ : 2.00/00 01/03/2000 21.21.39 by Francesco Cafagna *CMZ : 1.00/02 30/11/95 18.28.40 by Francesco Cafagna *-- Author : Francesco Cafagna 30/11/95 * * Common with general infos on the event vertex. * To be used for CWN booking and filling * With the RUN and EVENT number, the particle type and initial position * and momentum are stored. * INTEGER IRUN,IEVNT,IPA REAL X0,Y0,Z0,THETA,PHI,P0,THMIN,THMAX,PHMIN,PHMAX COMMON /GMGENE/IRUN,IEVNT,IPA,X0,Y0,Z0,THETA,PHI,P0, + THMIN,THMAX,PHMIN,PHMAX *