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.
TModJHUGen.hh
Go to the documentation of this file.
1 #ifndef _TMODJHUGENMAIN_HH_
2 #define _TMODJHUGENMAIN_HH_
3 
4 extern "C" {
5  void __modjhugen_MOD_initfirsttime(char* gridfilename, int* lenfilename, int* irep, double* collider_sqrts);
6  void __modjhugen_MOD_resetpdfs(char* gridfilename, int* lenfilename, int* irep, int* pdfid); // pdfid=1: CTEQ6L1 2: MRSW with best fit, 2xx: MSTW with eigenvector set xx=01..40 3: NNPDF3.0
7 }
8 
9 #endif
10 
__modjhugen_MOD_resetpdfs
void __modjhugen_MOD_resetpdfs(char *gridfilename, int *lenfilename, int *irep, int *pdfid)
__modjhugen_MOD_initfirsttime
void __modjhugen_MOD_initfirsttime(char *gridfilename, int *lenfilename, int *irep, double *collider_sqrts)