| 211 | If one wants to modify the content of such type of library. |
| 212 | The import file is the presence of the file SubProcesses/allmatrix2py.so |
| 213 | This library contains the full information about the matrix-element and the associate way to access those: |
| 214 | it should contains the following functions: |
| 215 | 1. '''ans = smatrixhel(pdgs,p,alphas,scale2,nhel)''': return the matrix-element for the given pdgs (no permutation is checked at this level) |
| 216 | 2. '''initialise(path)''' : load the param_card |
| 217 | 3. '''pdg = get_pdg_order()''': return the list of pdg supported by the module |
| 218 | 4. '''prefix = get_prefix()''': return the list of prefix (same order as for the associate pdg) |