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.
Data Types | Functions/Subroutines
hto_real_lnz Module Reference

Data Types

interface  operator(.rlnz.)
 

Functions/Subroutines

real *8 function rlnz (x, y)
 

Function/Subroutine Documentation

◆ rlnz()

real*8 function hto_real_lnz::rlnz ( real*8, intent(in)  x,
real*8, intent(in)  y 
)

Definition at line 370 of file CALLING_cpHTO.f.

370  IMPLICIT NONE
371  real*8 rlnz
372  real*8, INTENT(IN) :: x,y
373  rlnz= 0.5d0*log(x*x+y*y)