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

Private Member Functions

complex(8) function fourvecdot (p1, p2)
 

Detailed Description

Definition at line 53 of file mod_TTBHiggs.F90.

Member Function/Subroutine Documentation

◆ fourvecdot()

complex(8) function modttbhiggs::operator(.ndot.)::fourvecdot ( complex(8), dimension(1:dv), intent(in)  p1,
complex(8), dimension(1:dv), intent(in)  p2 
)
private

Definition at line 5009 of file mod_TTBHiggs.F90.

5009 implicit none
5010 complex(8), intent(in) :: p1(1:Dv),p2(1:Dv)
5011 complex(8) :: FourVecDot
5012 integer :: mu
5013 
5014  fourvecdot = p1(1)*p2(1)
5015 !DEC$ UNROLL
5016  do mu=2,dv
5017  fourvecdot = fourvecdot - p1(mu)*p2(mu)
5018  enddo
5019 return

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