]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PDF/spdf/grvfv.F
Make-depend automatically generated if not there.
[u/mrichter/AliRoot.git] / PDF / spdf / grvfv.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.2 1996/10/30 08:28:37 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"
13C
14C...FUNCTIONAL FORMS FOR HO AND LO PARAMETRIZATIONS :
15 FUNCTION GRVFV (X, N, AK, AG, B, D)
16 IMPLICIT REAL (A - Z)
17 DX = SQRT (X)
18 GRVFV = N * X**AK * (1.+ AG*DX + B*X) * (1.- X)**D
19 RETURN
20 END