JHUGen MELA
JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
|
Go to the source code of this file.
Modules | |
module | buildtensors |
Functions/Subroutines | |
subroutine | buildtensors::calctensora_list (TA, TAuv, TAerr, CoefsA, CoefsAuv, CoefsAerr, rmax) |
subroutine | buildtensors::calctensora (TA, TAuv, TAerr, CoefsA, CoefsAuv, CoefsAerr, rmax) |
subroutine | buildtensors::calctensorb_list (TB, TBuv, TBerr, CoefsB, CoefsBuv, CoefsBerr, mom, rmax) |
subroutine | buildtensors::calctensorb (TB, TBuv, TBerr, CoefsB, CoefsBuv, CoefsBerr, mom, rmax) |
subroutine | buildtensors::calctensorc_list (TC, TCuv, TCerr, CoefsC, CoefsCuv, CoefsCerr, MomVec, rmax) |
recursive subroutine | addtotensorc (r, MomTenRec, IndsCoef) |
subroutine | buildtensors::calctensorc (TC, TCuv, TCerr, CoefsC, CoefsCuv, CoefsCerr, MomVec, rmax) |
subroutine | buildtensors::calctensord_list (TD, TDuv, TDerr, CoefsD, CoefsDuv, CoefsDerr, MomVec, rmax) |
recursive subroutine | addtotensord (MomTenRec, IndsCoef, r) |
subroutine | buildtensors::calctensord (TD, TDuv, TDerr, CoefsD, CoefsDuv, CoefsDerr, MomVec, rmax) |
subroutine | buildtensors::calctensore_list (TE, TEuv, TEerr, CoefsE, CoefsEuv, CoefsEerr, MomVec, rmax) |
recursive subroutine | addtotensore (MomTenRec, IndsCoef, r) |
subroutine | buildtensors::calctensore (TE, TEuv, TEerr, CoefsE, CoefsEuv, CoefsEerr, MomVec, rmax) |
subroutine | buildtensors::calctensorf_list (TF, TFuv, TFerr, CoefsF, CoefsFuv, CoefsFerr, MomVec, rmax) |
recursive subroutine | addtotensorf (MomTenRec, IndsCoef, r) |
subroutine | buildtensors::calctensorf (TF, TFuv, TFerr, CoefsF, CoefsFuv, CoefsFerr, MomVec, rmax) |
subroutine | buildtensors::calctensorfuv_list (TFuv, CoefsFuv, MomVec, rmax) |
recursive subroutine | addtotensorfuv (MomTenRec, IndsCoef, r) |
subroutine | buildtensors::calctensorfuv (TFuv, CoefsFuv, MomVec, rmax) |
subroutine | buildtensors::calctensorg_list (TG, TGuv, TGerr, CoefsG, CoefsGuv, CoefsGerr, MomVec, rmax) |
recursive subroutine | addtotensorg (MomTenRec, IndsCoef, r) |
subroutine | buildtensors::calctensorg (TG, TGuv, TGerr, CoefsG, CoefsGuv, CoefsGerr, MomVec, rmax) |
subroutine | buildtensors::calctensortn_list (TN, TNuv, TNerr, CoefsN, CoefsNuv, CoefsNerr, MomVec, N, rmax) |
recursive subroutine | addtotensortn (MomTenRec, ind, r) |
subroutine | buildtensors::calctensortn (TN, TNuv, TNerr, CoefsN, CoefsNuv, CoefsNerr, MomVec, N, rmax) |
subroutine | buildtensors::calctensortnuv_list (TNuv, CoefsNuv, MomVec, N, rmax) |
recursive subroutine | addtotensortnuv (MomTenRec, ind, r) |
recursive subroutine calctensorc_list::addtotensorc | ( | integer, intent(in) | r, |
double complex, dimension(rts(r)), intent(in) | MomTenRec, | ||
integer, dimension(2), intent(inout) | IndsCoef | ||
) |
Definition at line 334 of file BuildTensors.F90.
recursive subroutine calctensord_list::addtotensord | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, dimension(3), intent(inout) | IndsCoef, | ||
integer, intent(in) | r | ||
) |
Definition at line 525 of file BuildTensors.F90.
recursive subroutine calctensore_list::addtotensore | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, dimension(4), intent(inout) | IndsCoef, | ||
integer, intent(in) | r | ||
) |
Definition at line 722 of file BuildTensors.F90.
recursive subroutine calctensorf_list::addtotensorf | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, dimension(5), intent(inout) | IndsCoef, | ||
integer, intent(in) | r | ||
) |
Definition at line 924 of file BuildTensors.F90.
recursive subroutine calctensorfuv_list::addtotensorfuv | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, dimension(5), intent(inout) | IndsCoef, | ||
integer, intent(in) | r | ||
) |
Definition at line 1095 of file BuildTensors.F90.
recursive subroutine calctensorg_list::addtotensorg | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, dimension(6), intent(inout) | IndsCoef, | ||
integer | r | ||
) |
Definition at line 1264 of file BuildTensors.F90.
recursive subroutine calctensortn_list::addtotensortn | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, intent(in) | ind, | ||
integer, intent(in) | r | ||
) |
Definition at line 1463 of file BuildTensors.F90.
recursive subroutine calctensortnuv_list::addtotensortnuv | ( | double complex, dimension(rts(r)), intent(in) | MomTenRec, |
integer, intent(in) | ind, | ||
integer, intent(in) | r | ||
) |
Definition at line 1626 of file BuildTensors.F90.