]> git.uio.no Git - u/mrichter/AliRoot.git/blob - ISAJET/isajet/mgkin.inc
Adding the track fit residuals as a consequence of the ExB distortions (Marian)
[u/mrichter/AliRoot.git] / ISAJET / isajet / mgkin.inc
1 #ifndef CERNLIB_ISAJET_MGKIN_INC
2 #define CERNLIB_ISAJET_MGKIN_INC
3 *
4 *
5 * mgkin.inc
6 *
7 C          Double precision PJETS; MXJETS defined in /JETLIM/
8 C          Format matches MadGraph
9       COMMON/MGKIN/PJETS8(0:3,MXLIM+2),AMJET8(MXLIM+2)
10       REAL*8 PJETS8,AMJET8
11       SAVE /MGKIN/
12
13 #endif