JHUGen MELA  JHUGen v7.5.6, MELA v2.4.2
Matrix element calculations as used in JHUGen.
Novel Python Functions

These are additions to the MELA code that allow for the Python to operate. More...

Collaboration diagram for Novel Python Functions:

Modules

 Python Functions that are pass-by-reference in C++
 These functions are pass-by-reference in C++ and turned into functions that return values for usage in Python.
 
 Functions that construct objects differently than the C++
 These functions are factories for datatypes that either need to be created differently in Python bindings or make it much easier to do so.
 
 Coupling definition Macros
 These are C++ macros that define named couplings in the Python code.
 

Detailed Description

These are additions to the MELA code that allow for the Python to operate.

The changes made provide for a more usable/readable version of the Python bindings. They do not change any of the functionality of MELA, but simply provide either compatibility fixes or syntactic sugar. For all other PyMELA related things, refer to the subpage @PyMela_page "here".