JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
hto_real_lnz::operator(.rlnz.) Interface Reference

Public Member Functions

real *8 function rlnz (x, y)
 

Detailed Description

Definition at line 365 of file CALLING_cpHTO.f.

Member Function/Subroutine Documentation

◆ rlnz()

real*8 function hto_real_lnz::operator(.rlnz.)::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)

The documentation for this interface was generated from the following file: