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.
TModHashCollection.hh
Go to the documentation of this file.
1 #ifndef _TMODHASHCOLLECTION_HH_
2 #define _TMODHASHCOLLECTION_HH_
3 
4 extern "C" {
5 
6  void __modhashcollection_MOD_get_vbfchannelhash_nosplit(int ijSel[3][121], int* nijchannels);
7  void __modhashcollection_MOD_get_hjjchannelhash_nosplit(int ijSel[3][121], int* nijchannels);
8  void __modhashcollection_MOD_get_thchannelhash(int ijSel[3][121]);
9 
10 }
11 
12 #endif
13 
__modhashcollection_MOD_get_thchannelhash
void __modhashcollection_MOD_get_thchannelhash(int ijSel[3][121])
__modhashcollection_MOD_get_hjjchannelhash_nosplit
void __modhashcollection_MOD_get_hjjchannelhash_nosplit(int ijSel[3][121], int *nijchannels)
__modhashcollection_MOD_get_vbfchannelhash_nosplit
void __modhashcollection_MOD_get_vbfchannelhash_nosplit(int ijSel[3][121], int *nijchannels)