Analysis Software
Documentation for
sPHENIX
simulation software
Home page
Related Pages
Modules
Namespaces
Classes
Files
Examples
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
pygrvw.f
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file pygrvw.f
1
2
C*********************************************************************
3
4
C...PYGRVW
5
C...Auxiliary for the GRV 94 parton distribution functions
6
C...for d+u sea and gluon.
7
C...Authors: M. Glueck, E. Reya and A. Vogt.
8
9
FUNCTION
pygrvw
(X, S, AL, BE, AK, BK, A, B, C, D, E, ES)
10
11
C...Double precision declaration.
12
IMPLICIT
DOUBLE PRECISION
(a -
z
)
13
14
C...Evaluation.
15
lx =
log
(1d0/
x
)
16
pygrvw
= (
x
**ak * (a +
x
* (b +
x
*
c
)) * lx**
bk
+
s
**al
17
& * exp(-
e
+ sqrt(es *
s
**be * lx))) * (1d0-
x
)**d
18
19
RETURN
20
END
pythia6
blob
master
pythiaeRHIC
pythia
pygrvw.f
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:41
using
1.8.2 with
sPHENIX GitHub integration