]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PDF/spdf/sfctq14.F
Removing warnings (icc), adding more detailed description
[u/mrichter/AliRoot.git] / PDF / spdf / sfctq14.F
CommitLineData
21886bb6 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.2 1996/10/30 08:29:30 cernlib
6* Version 7.04
7*
8* Revision 1.1.1.1 1996/04/12 15:29:32 plothow
9* Version 7.01
10*
11*
12#include "pdf/pilot.h"
13C-----------------------------------------------------------------------
14 SUBROUTINE SFCTQ14(DX,DSCAL,
15 + DUPV,DDNV,DSEA,DSEAD,DSTR,DCHM,DBOT,DTOP,DGL)
16C
17C ********************************************************************
18C * *
19C * Interface to CTEQset of structure functions *
20C * *
21C * Author: H. Plothow-Besch (CERN-PPE) *
22C * *
23C ********************************************************************
24C
25C :::::::::::: Structure functions from Morfin and Wu-Ki Tung
26C :::::::::::: Lambda = 0.322 GeV (MSb - LEP Lambda value) (CTEQ1ML)
27C
28#include "pdf/expdp.inc"
29 + DX,DSCAL,DUPV,DDNV,DSEA,DSEAD,DSTR,DCHM,DBOT,DTOP,DGL
30 REAL X, Q
31 PARAMETER (ISET=5)
32#include "pdf/w50511.inc"
33C
34 X = DX
35 Q = DSCAL
36C
37C generate the individual structure fcn calls
38C
39 UPV = Ctq1Pd(ISET, 1,X,Q,IFL)
40 DUPV = UPV
41 DNV = Ctq1Pd(ISET, 2,X,Q,IFL)
42 DDNV = DNV
43 SEAU = Ctq1Pd(ISET,-1,X,Q,IFL)
44 DSEA = SEAU
45 SEAD = Ctq1Pd(ISET,-2,X,Q,IFL)
46 DSEAD = SEAD
47 STR = Ctq1Pd(ISET,-3,X,Q,IFL)
48 DSTR = STR
49 CHM = Ctq1Pd(ISET,-4,X,Q,IFL)
50 DCHM = CHM
51 BOT = Ctq1Pd(ISET,-5,X,Q,IFL)
52 DBOT = BOT
53 TOP = 0.
54 IF (DSCAL.GT.TMAS) TOP = Ctq1Pd(ISET,-6,X,Q,IFL)
55 DTOP = TOP
56 GL = Ctq1Pd(ISET, 0,X,Q,IFL)
57 DGL = GL
58C
59 RETURN
60 END