Class to take care of exporting a set of matrix elements to MadGraph
v4 StandAlone format.
|
|
|
|
|
|
|
write_procdef_mg5(self,
file_pos,
modelname,
process_str)
write an equivalent of the MG4 proc_card in order that all the
Madevent Perl script of MadEvent4 are still working properly for pure
MG5 run. |
source code
|
|
|
make(self)
Run make in the DHELAS and MODEL directories, to set up everything
for running standalone |
source code
|
|
|
finalize(self,
matrix_elements,
history,
mg5options,
flaglist)
Finalize Standalone MG4 directory by generation proc_card_mg5.dat
generate a global makefile |
source code
|
|
|
write_f2py_splitter(self)
write a function to call the correct matrix element |
source code
|
|
|
write_f2py_check_sa(self,
matrix_element,
writer)
Write the general check_sa.py in SubProcesses that calls all
processes successively. |
source code
|
|
|
|
|
|
|
|
|
generate_subprocess_directory(self,
matrix_element,
fortran_model,
number)
Generate the Pxxxxx directory for a subprocess in MG4 standalone,
including the necessary matrix.f and nexternal.inc files |
source code
|
|
|
|
|
write_matrix_element_v4(self,
writer,
matrix_element,
fortran_model,
write=True,
proc_prefix='
' )
Export a matrix element to a matrix.f file in MG4 standalone format
if write is on False, just return the replace_dict and not write
anything. |
source code
|
|
|
write_check_sa_splitOrders(self,
squared_orders,
split_orders,
nexternal,
nincoming,
proc_prefix,
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 ,
create_default_madanalysis5_cards ,
create_proc_charac ,
create_run_card ,
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 ,
modify_grouping ,
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_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_pdf_opendata ,
write_pmass_file ,
write_props_file
Inherited from VirtualExporter :
helas_call_writer_custom
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|