]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HIJING/hijing1_36/fnstrum.F
Substracting the x-projection of impact parameter
[u/mrichter/AliRoot.git] / HIJING / hijing1_36 / fnstrum.F
CommitLineData
e74335a4 1* $Id$
2C
3C
4C
5 FUNCTION FNSTRUM(X)
6#include "hiparnt.inc"
7 FNSTRUM=1.0/((1.0-X)**2+HIPR1(45)**2/HINT1(1)**2)**HIPR1(46)
8 & /(X**2+HIPR1(45)**2/HINT1(1)**2)**HIPR1(46)
9 RETURN
10 END