Package madgraph :: Package iolibs :: Module export_v4 :: Class ProcessExporterFortranMWGroup
[hide private]
[frames] | no frames]

Class ProcessExporterFortranMWGroup

source code

            object --+        
                     |        
ProcessExporterFortran --+    
                         |    
  ProcessExporterFortranMW --+
                             |
                            ProcessExporterFortranMWGroup

Class to take care of exporting a set of matrix elements to MadEvent subprocess group format.

Instance Methods [hide private]
 
generate_subprocess_directory_v4(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
 
write_run_config_file(self, writer)
Write the run_configs.inc file for MadEvent
source code
 
write_leshouche_file(self, writer, subproc_group)
Write the leshouche.inc file for MG4
source code

Inherited from ProcessExporterFortranMW: convert_model_to_mg4, copy_python_file, copy_v4template, export_model_files, finalize_v4_directory, 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, 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_helamp_madspin, 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__

Class Variables [hide private]
  matrix_file = 'matrix_madweight_group_v4.inc'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

generate_subprocess_directory_v4(self, subproc_group, fortran_model, group_number)

source code 

Generate the Pn directory for a subprocess group in MadEvent, including the necessary matrix_N.f files, configs.inc and various other helper files

Overrides: ProcessExporterFortran.generate_subprocess_directory_v4

write_configs_file(self, writer, subproc_group, diagrams_for_config)

source code 

Write the configs.inc file with topology information for a subprocess group. Use the first subprocess with a diagram for each configuration.

Overrides: ProcessExporterFortran.write_configs_file

write_run_config_file(self, writer)

source code 

Write the run_configs.inc file for MadEvent

Overrides: ProcessExporterFortranMW.write_run_config_file

write_leshouche_file(self, writer, subproc_group)

source code 

Write the leshouche.inc file for MG4

Overrides: ProcessExporterFortran.write_leshouche_file