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.
TModKinematics.hh
Go to the documentation of this file.
1 #ifndef _TMODKINEMATICS_HH_
2 #define _TMODKINEMATICS_HH_
3 
4 extern "C" {
5  double __modkinematics_MOD_getbwpropagator(double* shat, int* scheme);
6  double __modkinematics_MOD_reweightbwpropagator(double* shat);
7  void __modkinematics_MOD_setrunningscales(double p[3][4], int id[4]);
8  void __modkinematics_MOD_setpdfs(double* x1, double* x2, double pdf[2][13]);
9 }
10 
11 #endif
12 
testME_all.p
p
Definition: testME_all.py:11
__modkinematics_MOD_setrunningscales
void __modkinematics_MOD_setrunningscales(double p[3][4], int id[4])
__modkinematics_MOD_setpdfs
void __modkinematics_MOD_setpdfs(double *x1, double *x2, double pdf[2][13])
__modkinematics_MOD_getbwpropagator
double __modkinematics_MOD_getbwpropagator(double *shat, int *scheme)
__modkinematics_MOD_reweightbwpropagator
double __modkinematics_MOD_reweightbwpropagator(double *shat)