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.
TModHiggsJMatEl.hh
Go to the documentation of this file.
1 #ifndef _TMODHIGGSJMATEL_HH_
2 #define _TMODHIGGSJMATEL_HH_
3 
4 extern "C" {
5  void __modhiggsj_MOD_evalamp_hj(double P[4][4], double MatElSq[11][11]);
6 }
7 
8 #endif
__modhiggsj_MOD_evalamp_hj
void __modhiggsj_MOD_evalamp_hj(double P[4][4], double MatElSq[11][11])