]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PDF/spdf/grvfw.F
New versions of the PMD from S.Chattopadhyay.
[u/mrichter/AliRoot.git] / PDF / spdf / grvfw.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.2  1996/10/30 08:28:39  cernlib
6 * Version 7.04
7 *
8 * Revision 1.1.1.1  1996/04/12 15:29:23  plothow
9 * Version 7.01
10 *
11 *
12 #include "pdf/pilot.h"
13 C
14        FUNCTION GRVFW (X, S, AL, BE, AK, BK, AG, BG, C, D, E, ES)
15        IMPLICIT REAL (A - Z)
16        LX = ALOG (1./X)
17        GRVFW = (X**AK * (AG + X * (BG + X*C)) * LX**BK + S**AL
18      1      * EXP (-E + SQRT (ES * S**BE * LX))) * (1.- X)**D
19        RETURN
20        END