EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
PEPSI
blob
master
pepsi
lprikt.F
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:56
using
1.8.2 with
EIC GitHub integration