]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HIJING/hijing1_36/subcrs1.F
Fixing the decoding of regional header bits.
[u/mrichter/AliRoot.git] / HIJING / hijing1_36 / subcrs1.F
1 * $Id$
2 C
3 C
4 C
5         FUNCTION SUBCRS1(T,U)
6         IMPLICIT REAL*8(A-H,O-Z)
7         SUBCRS1=4.D0/9.D0*(1.D0+U**2)/T**2
8         RETURN
9         END