JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
Variables
hto_riemann Module Reference

Variables

real *8, parameter pi = 3.141592653589793238462643d0
 
real *8, parameter pis = pi*pi
 
real *8, parameter piq = pis*pis
 
real *8, parameter rz2 = 1.64493406684823d0
 
real *8, parameter rz3 = 1.20205690315959d0
 
real *8, parameter rz4 = 1.08232323371114d0
 
real *8, parameter rz5 = 1.03692775514337d0
 
real *8, parameter eg = 0.5772156649d0
 
real *8, parameter ln_pi = 0.114472988584940016d1
 

Variable Documentation

◆ eg

real*8, parameter hto_riemann::eg = 0.5772156649d0

Definition at line 203 of file CALLING_cpHTO.f.

203  real*8, parameter :: eg= 0.5772156649d0

◆ ln_pi

real*8, parameter hto_riemann::ln_pi = 0.114472988584940016d1

Definition at line 204 of file CALLING_cpHTO.f.

204  real*8, parameter :: ln_pi= 0.114472988584940016d1

◆ pi

real*8, parameter hto_riemann::pi = 3.141592653589793238462643d0

Definition at line 196 of file CALLING_cpHTO.f.

196  real*8, parameter :: pi= 3.141592653589793238462643d0

◆ piq

real*8, parameter hto_riemann::piq = pis*pis

Definition at line 198 of file CALLING_cpHTO.f.

198  real*8, parameter :: piq= pis*pis

◆ pis

real*8, parameter hto_riemann::pis = pi*pi

Definition at line 197 of file CALLING_cpHTO.f.

197  real*8, parameter :: pis= pi*pi

◆ rz2

real*8, parameter hto_riemann::rz2 = 1.64493406684823d0

Definition at line 199 of file CALLING_cpHTO.f.

199  real*8, parameter :: rz2= 1.64493406684823d0

◆ rz3

real*8, parameter hto_riemann::rz3 = 1.20205690315959d0

Definition at line 200 of file CALLING_cpHTO.f.

200  real*8, parameter :: rz3= 1.20205690315959d0

◆ rz4

real*8, parameter hto_riemann::rz4 = 1.08232323371114d0

Definition at line 201 of file CALLING_cpHTO.f.

201  real*8, parameter :: rz4= 1.08232323371114d0

◆ rz5

real*8, parameter hto_riemann::rz5 = 1.03692775514337d0

Definition at line 202 of file CALLING_cpHTO.f.

202  real*8, parameter :: rz5= 1.03692775514337d0
hto_riemann::rz3
real *8, parameter rz3
Definition: CALLING_cpHTO.f:200
hto_riemann::piq
real *8, parameter piq
Definition: CALLING_cpHTO.f:198
hto_riemann::ln_pi
real *8, parameter ln_pi
Definition: CALLING_cpHTO.f:204
hto_riemann::rz4
real *8, parameter rz4
Definition: CALLING_cpHTO.f:201
hto_riemann::pis
real *8, parameter pis
Definition: CALLING_cpHTO.f:197
hto_riemann::eg
real *8, parameter eg
Definition: CALLING_cpHTO.f:203
hto_riemann::rz5
real *8, parameter rz5
Definition: CALLING_cpHTO.f:202
hto_riemann::rz2
real *8, parameter rz2
Definition: CALLING_cpHTO.f:199