JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Functions/Subroutines | |
subroutine, public | topdecay (Flavor, Mom, Spinor, TopHel) |
subroutine, public | wdecay (Charge, Mom, WCurr) |
subroutine | ubarspi_weyl (p, i, ubarSpi) |
subroutine | vspi_weyl (p, i, vSpi) |
complex(8) function, dimension(size(sp)) | vbqg_weyl (sp, e1) |
complex(8) function, dimension(size(sp)) | vgq_weyl (e1, sp) |
double complex function, dimension(1:4) | weyltodirac (sp) |
complex(8) function | psp1_ (sp1, sp2) |
subroutine, public | ubarspi_dirac (p, m, i, f) |
subroutine, public | vspi_dirac (p, m, i, f) |
|
private |
Definition at line 317 of file mod_TopDecay.F90.
subroutine, public modtopdecay::topdecay | ( | integer | Flavor, |
real(8), dimension(1:4,1:3) | Mom, | ||
complex(8), dimension(1:4) | Spinor, | ||
integer, optional | TopHel | ||
) |
Definition at line 15 of file mod_TopDecay.F90.
subroutine, public modtopdecay::ubarspi_dirac | ( | complex(8), dimension(4) | p, |
real(8) | m, | ||
integer | i, | ||
complex(8), dimension(4) | f | ||
) |
Definition at line 331 of file mod_TopDecay.F90.
subroutine modtopdecay::ubarspi_weyl | ( | complex(8), dimension(4), intent(in) | p, |
integer, intent(in) | i, | ||
complex(8), dimension(4) | ubarSpi | ||
) |
Definition at line 151 of file mod_TopDecay.F90.
complex(8) function, dimension(size(sp)) modtopdecay::vbqg_weyl | ( | complex(8), dimension(:), intent(in) | sp, |
complex(8), dimension(:), intent(in) | e1 | ||
) |
Definition at line 273 of file mod_TopDecay.F90.
complex(8) function, dimension(size(sp)) modtopdecay::vgq_weyl | ( | complex(8), dimension(:), intent(in) | e1, |
complex(8), dimension(:), intent(in) | sp | ||
) |
Definition at line 287 of file mod_TopDecay.F90.
subroutine, public modtopdecay::vspi_dirac | ( | complex(8), dimension(4) | p, |
real(8) | m, | ||
integer | i, | ||
complex(8), dimension(4) | f | ||
) |
Definition at line 374 of file mod_TopDecay.F90.
subroutine modtopdecay::vspi_weyl | ( | complex(8), dimension(4), intent(in) | p, |
integer, intent(in) | i, | ||
complex(8), dimension(4) | vSpi | ||
) |
Definition at line 209 of file mod_TopDecay.F90.
subroutine, public modtopdecay::wdecay | ( | integer | Charge, |
real(8), dimension(1:4,1:2) | Mom, | ||
complex(8), dimension(1:4) | WCurr | ||
) |
Definition at line 106 of file mod_TopDecay.F90.
double complex function, dimension(1:4) modtopdecay::weyltodirac | ( | double complex, dimension(1:4) | sp | ) |
Definition at line 301 of file mod_TopDecay.F90.