Changes between Version 56 and Version 57 of Reweight


Ignore:
Timestamp:
Jul 28, 2017, 11:43:40 PM (7 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Reweight

    v56 v57  
    209209  output standalone_rw —prefix=int PATH
    210210  }}}
     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)
    211219
    212220 == Example of reweight_card.dat