Methods and classes to export matrix elements to v4 format.
|
LoopExporterFortran
Class to define general helper functions to the different loop
fortran exporters (ME, SA, MEGroup, etc..) which will inherit both
from this class AND from the corresponding
ProcessExporterFortran(ME,SA,...).
|
|
LoopProcessExporterFortranSA
Class to take care of exporting a set of loop matrix elements in
the Fortran format.
|
|
LoopProcessOptimizedExporterFortranSA
Class to take care of exporting a set of loop matrix elements in
the Fortran format which exploits the Pozzorini method of
representing the loop numerators as polynomial to render its
evaluations faster.
|
|
LoopProcessExporterFortranMatchBox
Class to take care of exporting a set of loop matrix elements in
the Fortran format.
|
|
LoopInducedExporterME
A class to specify all the functions common to
LoopInducedExporterMEGroup and LoopInducedExporterMENoGroup (but
not relevant for the original Madevent exporters)
|
|
LoopInducedExporterMEGroup
Class to take care of exporting a set of grouped loop induced
matrix elements
|
|
LoopInducedExporterMENoGroup
Class to take care of exporting a set of individual loop induced
matrix elements
|