Class taking care of matrix element evaluation, storing relevant
quantities for speedup.
|
__init__(self,
model,
param_card=None,
auth_skipping=False,
reuse=True,
cmd=FakeInterface())
Initialize object with stored_quantities, helas_writer,
model, etc. |
source code
|
|
|
evaluate_matrix_element(self,
matrix_element,
p=None,
full_model=None,
gauge_check=False,
auth_skipping=None,
output=' m2 ' ,
options=None)
Calculate the matrix element and evaluate it for a phase space point
output is either m2, amp, jamp |
source code
|
|
|
get_momenta(self,
process,
options=None,
special_mass=None)
Get a point in phase space for the external states in the given
process, with the CM energy given. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|