Class to take care of exporting a set of matrix elements to MadEvent
subprocess group format.
|
generate_subprocess_directory(self,
subproc_group,
fortran_model,
group_number)
Generate the Pn directory for a subprocess group in MadEvent,
including the necessary matrix_N.f files, configs.inc and various
other helper files. |
source code
|
|
|
|
|
write_super_auto_dsig_file(self,
writer,
subproc_group)
Write the auto_dsig.f file selecting between the subprocesses in
subprocess group mode |
source code
|
|
|
write_mirrorprocs(self,
writer,
subproc_group)
Write the mirrorprocs.inc file determining which processes have IS
mirror process in subprocess group mode. |
source code
|
|
|
write_configs_file(self,
writer,
subproc_group,
diagrams_for_config)
Write the configs.inc file with topology information for a subprocess
group. |
source code
|
|
|
|
|
|
Inherited from ProcessExporterFortranMW :
convert_model ,
copy_python_file ,
copy_template ,
create_run_card ,
export_model_files ,
finalize ,
get_mw_cuts_version ,
make ,
write_auto_dsig_file ,
write_configs_file_from_diagrams ,
write_matrix_element_v4 ,
write_phasespace_file ,
write_source_makefile
Inherited from ProcessExporterFortran :
__init__ ,
coeff ,
create_MA5_cards ,
create_default_madanalysis5_cards ,
create_proc_charac ,
export_helas ,
export_processes ,
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_source_libraries_list ,
get_split_orders_lines ,
make_model_symbolic_link ,
make_source_links ,
pass_information_from_cmd ,
replace_make_opt_c_compiler ,
replace_make_opt_f_compiler ,
set_chosen_SO_index ,
set_compiler ,
set_cpp_compiler ,
set_fortran_compiler ,
write_helamp_madspin ,
write_maxamps_file ,
write_maxparticles_file ,
write_nexternal_file ,
write_nexternal_madspin ,
write_ngraphs_file ,
write_pdf_opendata ,
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__
|