JHUGen MELA  v2.4.1
Matrix element calculations as used in JHUGen. MELA is an important tool that was used for the Higgs boson discovery and for precise measurements of its structure and interactions. Please see the website https://spin.pha.jhu.edu/ and papers cited there for more details, and kindly cite those papers when using this code.
TModGravitonMatEl.hh
Go to the documentation of this file.
1 #ifndef _TMODGRAVITONMATEL_HH_
2 #define _TMODGRAVITONMATEL_HH_
3 
4 extern "C" {
5  void __modgraviton_MOD_evalamp_gg_g_vv(double P[6][4], int *MYIDUP, double *MatElSq);
6  void __modgraviton_MOD_evalamp_qqb_g_vv(double P[6][4], int *MYIDUP, double *MatElSq);
7  void __modgraviton_MOD_evalamp_g_vv(double P[6][4], int *MYIDUP, double *MatElSq);
8 }
9 
10 #endif
11 
__modgraviton_MOD_evalamp_qqb_g_vv
void __modgraviton_MOD_evalamp_qqb_g_vv(double P[6][4], int *MYIDUP, double *MatElSq)
__modgraviton_MOD_evalamp_g_vv
void __modgraviton_MOD_evalamp_g_vv(double P[6][4], int *MYIDUP, double *MatElSq)
__modgraviton_MOD_evalamp_gg_g_vv
void __modgraviton_MOD_evalamp_gg_g_vv(double P[6][4], int *MYIDUP, double *MatElSq)