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