Package madgraph :: Package fks :: Module fks_helas_objects :: Class FKSHelasRealProcess
[hide private]
[frames] | no frames]

Class FKSHelasRealProcess

source code

object --+
         |
        FKSHelasRealProcess

class to generate the Helas calls for a FKSRealProcess contains: -- colors -- charges -- i/j/ij fks, ij refers to the born leglist -- ijglu -- need_color_links -- fks_j_from_i -- matrix element -- is_to_integrate -- leg permutation<<REMOVED

Instance Methods [hide private]
 
__init__(self, fksrealproc=None, real_me_list=[], real_amp_list=[], **opts)
constructor, starts from a fksrealproc and then calls the initialization for HelasMatrixElement.
source code
 
get_nexternal_ninitial(self)
Refers to the matrix_element function
source code
 
__eq__(self, other)
Equality operator: compare two FKSHelasRealProcesses by comparing their dictionaries
source code
 
__ne__(self, other)
Inequality operator: compare two FKSHelasRealProcesses by comparing their dictionaries
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fksrealproc=None, real_me_list=[], real_amp_list=[], **opts)
(Constructor)

source code 

constructor, starts from a fksrealproc and then calls the initialization for HelasMatrixElement. Sets i/j fks and the permutation. real_me_list and real_amp_list are the lists of pre-generated matrix elements in 1-1 correspondance with the amplitudes

Overrides: object.__init__