Loading [MathJax]/extensions/tex2jax.js
JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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)