]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PYTHIA/jetset74/hepevt.inc
More exact rounding function, but also much slower.
[u/mrichter/AliRoot.git] / PYTHIA / jetset74 / hepevt.inc
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.2  1996/05/24 16:02:35  cernlib
6 * Add Double Precision  PHEP,VHEP
7 *
8 * Revision 1.1.1.1  1996/03/08 17:32:19  mclareni
9 * jetset74
10 *
11 *
12 #ifndef CERNLIB_JETSET74_HEPEVT_INC
13 #define CERNLIB_JETSET74_HEPEVT_INC
14 *
15 *
16 * hepevt.inc
17 *
18 #include "jetset74/nmxhep.inc"
19       COMMON/HEPEVT/NEVHEP,NHEP,ISTHEP(NMXHEP),IDHEP(NMXHEP),
20      &JMOHEP(2,NMXHEP),JDAHEP(2,NMXHEP),PHEP(5,NMXHEP),VHEP(4,NMXHEP)
21       DOUBLE PRECISION PHEP,VHEP
22       SAVE /HEPEVT/
23
24 #endif