]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PDF/spdf/sfctq33.F
Old version of PDF removed
[u/mrichter/AliRoot.git] / PDF / spdf / sfctq33.F
diff --git a/PDF/spdf/sfctq33.F b/PDF/spdf/sfctq33.F
deleted file mode 100644 (file)
index 312c919..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.2  1996/10/30 08:29:38  cernlib
-* Version 7.04
-*
-* Revision 1.1.1.1  1996/04/12 15:29:33  plothow
-* Version 7.01
-*
-*
-#include "pdf/pilot.h"
-C-----------------------------------------------------------------------
-      SUBROUTINE SFCTQ33(DX,DSCAL,
-     +                     DUPV,DDNV,DSEA,DSEAD,DSTR,DCHM,DBOT,DTOP,DGL)
-C
-C   ********************************************************************
-C   *                                                                  *
-C   *        Interface to CTEQset of structure functions               *
-C   *                                                                  *
-C   *        Author:    H. Plothow-Besch (CERN-PPE)                    *
-C   *                                                                  *
-C   ********************************************************************
-C
-C :::::::::::: Structure functions from Morfin and Wu-Ki Tung
-C :::::::::::: Lambda = 0.247 GeV (DIS)
-C
-#include "pdf/expdp.inc"
-     +       DX,DSCAL,DUPV,DDNV,DSEA,DSEAD,DSTR,DCHM,DBOT,DTOP,DGL
-      REAL   X, Q
-      PARAMETER (ISET=3)
-#include "pdf/w50511.inc"
-C
-      X = DX
-      Q = DSCAL
-C
-C     generate the individual structure fcn calls
-C
-      UPV = Ctq3Pd(ISET, 1,X,Q,IFL)
-      DUPV = UPV
-      DNV = Ctq3Pd(ISET, 2,X,Q,IFL)
-      DDNV = DNV
-      SEAU = Ctq3Pd(ISET,-1,X,Q,IFL)
-      DSEA = SEAU
-      SEAD = Ctq3Pd(ISET,-2,X,Q,IFL)
-      DSEAD = SEAD
-      STR = Ctq3Pd(ISET,-3,X,Q,IFL)
-      DSTR = STR
-      CHM = Ctq3Pd(ISET,-4,X,Q,IFL)
-      DCHM = CHM
-      BOT = Ctq3Pd(ISET,-5,X,Q,IFL)
-      DBOT = BOT
-      TOP = 0.
-      IF (DSCAL.GT.TMAS) TOP = Ctq3Pd(ISET,-6,X,Q,IFL)
-      DTOP = TOP
-      GL = Ctq3Pd(ISET, 0,X,Q,IFL)
-      DGL = GL
-C
-      RETURN
-      END