JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Functions/Subroutines | |
subroutine | calca (A, Auv, m02, rmax, Aerr) |
subroutine | calcb (B, Buv, p10, m02, m12, rmax, id, Berr) |
subroutine | calcbred (B, Buv, p10, m02, m12, rmax, id, Berr) |
subroutine | calcdb (DB, DBuv, p10, m02, m12, rmax, id, DBerr) |
subroutine reductionab::calca | ( | double complex, dimension(0:rmax/2), intent(out) | A, |
double complex, dimension(0:rmax/2), intent(out) | Auv, | ||
double complex, intent(in) | m02, | ||
integer, intent(in) | rmax, | ||
double precision, dimension(0:rmax), intent(out), optional | Aerr | ||
) |
Definition at line 53 of file reductionAB.F90.
subroutine reductionab::calcb | ( | double complex, dimension(0:rmax,0:rmax), intent(inout) | B, |
double complex, dimension(0:rmax,0:rmax), intent(inout) | Buv, | ||
double complex, intent(in) | p10, | ||
double complex, intent(in) | m02, | ||
double complex, intent(in) | m12, | ||
integer, intent(in) | rmax, | ||
integer, intent(in) | id, | ||
double precision, dimension(0:rmax), intent(out), optional | Berr | ||
) |
Definition at line 92 of file reductionAB.F90.
subroutine reductionab::calcbred | ( | double complex, dimension(0:rmax,0:rmax), intent(inout) | B, |
double complex, dimension(0:rmax,0:rmax), intent(inout) | Buv, | ||
double complex, intent(in) | p10, | ||
double complex, intent(in) | m02, | ||
double complex, intent(in) | m12, | ||
integer, intent(in) | rmax, | ||
integer, intent(in) | id, | ||
double precision, dimension(0:rmax), intent(out) | Berr | ||
) |
Definition at line 227 of file reductionAB.F90.
subroutine reductionab::calcdb | ( | double complex, dimension(0:rmax/2,0:rmax), intent(inout) | DB, |
double complex, dimension(0:rmax/2,0:rmax), intent(inout) | DBuv, | ||
double complex, intent(in) | p10, | ||
double complex, intent(in) | m02, | ||
double complex, intent(in) | m12, | ||
integer, intent(in) | rmax, | ||
integer, intent(in) | id, | ||
double precision, dimension(0:rmax), intent(out), optional | DBerr | ||
) |
Definition at line 341 of file reductionAB.F90.