Class to take care of exporting a set of matrix elements to MadGraph
v4 StandAlone format.
|
|
|
|
|
|
|
make(self)
Run make in the DHELAS and MODEL directories, to set up everything
for running standalone |
source code
|
|
|
finalize_v4_directory(self,
matrix_elements,
history,
makejpg=False,
online=False,
compiler=' gfortran ' )
Finalize Standalone MG4 directory by generation proc_card_mg5.dat |
source code
|
|
|
|
|
|
|
|
|
|
|
write_check_sa_splitOrders(self,
squared_orders,
split_orders,
writer)
Write out a more advanced version of the check_sa drivers that
individually returns the matrix element for each contributing squared
order. |
source code
|
|
Inherited from ProcessExporterFortran :
coeff ,
convert_model_to_mg4 ,
export_helas ,
format_integer_list ,
get_JAMP_coefs ,
get_JAMP_lines ,
get_JAMP_lines_split_order ,
get_amp2_lines ,
get_color_data_lines ,
get_den_factor_line ,
get_helicity_lines ,
get_ic_line ,
get_icolamp_lines ,
get_leshouche_lines ,
get_mg5_info_lines ,
get_pdf_lines ,
get_process_info_lines ,
get_split_orders_lines ,
make_model_symbolic_link ,
make_source_links ,
replace_make_opt_c_compiler ,
replace_make_opt_f_compiler ,
set_chosen_SO_index ,
set_compiler ,
set_cpp_compiler ,
set_fortran_compiler ,
write_configs_file ,
write_configs_file_from_diagrams ,
write_helamp_madspin ,
write_leshouche_file ,
write_maxamps_file ,
write_maxparticles_file ,
write_nexternal_file ,
write_nexternal_madspin ,
write_ngraphs_file ,
write_pmass_file ,
write_procdef_mg5 ,
write_props_file
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|