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
pyh2xx.f
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file pyh2xx.f
1
2
C*********************************************************************
3
4
C...PYH2XX
5
C...Calculates the decay rate for a Higgs to an ino pair.
6
7
FUNCTION
pyh2xx
(C1,XM1,XM2,XM3,GX2,GLR)
8
9
C...Double precision and integer declarations.
10
IMPLICIT
DOUBLE PRECISION
(a-
h
, o-
z
)
11
IMPLICIT
INTEGER
(
i
-
n
)
12
INTEGER
pyk
,
pychge
,
pycomp
13
C...Commonblocks.
14
common/
pydat1
/mstu(200),paru(200),mstj(200),parj(200)
15
SAVE
/
pydat1
/
16
17
C...Local variables.
18
DOUBLE PRECISION
pyh2xx
,xm1,xm2,xm3,gl,
gr
19
DOUBLE PRECISION
xl,
pylamf
,c1
20
DOUBLE PRECISION
xmi2,xmj2,xmk2,xmi3
21
22
xmi2=xm1**2
23
xmi3=abs(xm1**3)
24
xmj2=xm2**2
25
xmk2=xm3**2
26
xl=
pylamf
(xmi2,xmj2,xmk2)
27
pyh2xx
=c1/4d0/xmi3*sqrt(xl)
28
&*(gx2*(xmi2-xmj2-xmk2)-
29
&4d0*glr*xm3*xm2)
30
IF
(
pyh2xx
.LT.0d0)
pyh2xx
=0d0
31
32
RETURN
33
END
pythia6
blob
master
pythiaeRHIC
pythia
pyh2xx.f
Built by
Jin Huang
. updated:
Sat Feb 17 2024 22:18:41
using
1.8.2 with
sPHENIX GitHub integration