]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PDF/spdf/gr94fws.F
Adding include path for dependencies
[u/mrichter/AliRoot.git] / PDF / spdf / gr94fws.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.2 1996/10/30 08:28:33 cernlib
6* Version 7.04
7*
8* Revision 1.1.1.1 1996/04/12 15:29:22 plothow
9* Version 7.01
10*
11*
12#include "pdf/pilot.h"
13*
14C DOUBLE PRECISION FUNCTION GR94FWS (X,S,AL,BE,AK,AG,B,D,E,ES)
15 FUNCTION GR94FWS (X,S,AL,BE,AK,AG,B,D,E,ES)
16C
17C+SEQ, IMPDP.
18 IMPLICIT REAL (A - Z)
19C
20 DX = SQRT (X)
21 LX = LOG (1./X)
22 GR94FWS = S**AL / LX**AK * (1.+ AG*DX + B*X) * (1.- X)**D
23 1 * EXP (-E + SQRT (ES * S**BE * LX))
24 RETURN
25 END