EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
lprikt.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file lprikt.F
1 
2 C **********************************************************************
3 
4  SUBROUTINE lprikt(S,PT,PHI)
5 
6  IMPLICIT NONE
7 
8 C...Size (PT) and azimuthal angle (PHI) of primordial kt according
9 C...to a Gaussian distribution.
10  REAL s,pt,phi,rlu
11 
12  pt=s*sqrt(-alog(rlu(0)))
13  phi=6.2832*rlu(0)
14  RETURN
15  END