]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PDF/spdf/grvfgp.F
New versions of the PMD from S.Chattopadhyay.
[u/mrichter/AliRoot.git] / PDF / spdf / grvfgp.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.2  1996/10/30 08:28:36  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        FUNCTION GRVFGP (X, S, AL, BE, AK, BK, AG, BG, C, D, E, ES)
14        IMPLICIT REAL (A - Z)
15        DX = SQRT (X)
16        LX = ALOG (1./X)
17        GRVFGP = (X**AK * (AG + BG*DX + C*X) * LX**BK + S**AL
18      1       * EXP (-E + SQRT (ES * S**BE * LX))) * (1.- X)**D
19        RETURN
20        END