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.
TModHiggsMatEl.hh
Go to the documentation of this file.
1 #ifndef _TMODHIGGSMATEL_HH_
2 #define _TMODHIGGSMATEL_HH_
3 
4 extern "C" {
5  void __modhiggs_MOD_evalamp_gg_h_vv(double P[6][4], int *MYIDUP, double *MatElSq);
6  void __modhiggs_MOD_evalamp_h_vv(double P[6][4], int *MYIDUP, double *MatElSq);
7  void __modhiggs_MOD_evalamp_h_ff(double P[2][4], double* mass_f, double *MatElSq);
8  void __modhiggs_MOD_evalamp_h_tt_decay(double P[6][4], double* mass_f, double* ga_f, double *MatElSq);
9 }
10 
11 #endif
12 
__modhiggs_MOD_evalamp_h_vv
void __modhiggs_MOD_evalamp_h_vv(double P[6][4], int *MYIDUP, double *MatElSq)
__modhiggs_MOD_evalamp_h_tt_decay
void __modhiggs_MOD_evalamp_h_tt_decay(double P[6][4], double *mass_f, double *ga_f, double *MatElSq)
__modhiggs_MOD_evalamp_gg_h_vv
void __modhiggs_MOD_evalamp_gg_h_vv(double P[6][4], int *MYIDUP, double *MatElSq)
__modhiggs_MOD_evalamp_h_ff
void __modhiggs_MOD_evalamp_h_ff(double P[2][4], double *mass_f, double *MatElSq)