]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HIJING/hijing1_36/subcrs1.F
The default thickness of the chips is set to 150 mkm (D.Elia). Removing some obsolete...
[u/mrichter/AliRoot.git] / HIJING / hijing1_36 / subcrs1.F
CommitLineData
e74335a4 1* $Id$
2C
3C
4C
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