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

Class ProcessExporterFortranMEGroup

source code

            object --+        
                     |        
ProcessExporterFortran --+    
                         |    
  ProcessExporterFortranME --+
                             |
                            ProcessExporterFortranMEGroup

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_coloramps_file(self, writer, diagrams_for_config, maxflows, matrix_elements)
Write the coloramps.inc file for MadEvent in Subprocess group mode
source code
 
write_config_subproc_map_file(self, writer, config_subproc_map)
Write the config_subproc_map.inc file for subprocess groups
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 ProcessExporterFortranME: copy_python_file, copy_v4template, export_model_files, finalize_v4_directory, get_leshouche_lines, write_auto_dsig_file, write_colors_file, write_combine_events, write_configs_file_from_diagrams, write_decayBW_file, write_default_mg_sym_file, write_dname_file, write_driver, write_iproc_file, write_matrix_element_v4, write_maxamps_file, write_maxconfigs_file, write_maxparticles_file, write_mg_sym_file, write_ncombs_file, write_processes_file, write_props_file, write_subproc, write_symfact_file, write_symmetry, write_symperms_file, write_symswap_file

Inherited from ProcessExporterFortran: __init__, coeff, convert_model_to_mg4, export_helas, get_JAMP_lines, get_amp2_lines, get_color_data_lines, get_den_factor_line, get_helicity_lines, get_ic_line, get_icolamp_lines, get_mg5_info_lines, get_pdf_lines, get_process_info_lines, make_model_symbolic_link, replace_make_opt_compiler, set_compiler, write_nexternal_file, write_ngraphs_file, write_pmass_file, write_procdef_mg5, write_source_makefile

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  matrix_file = 'matrix_madevent_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_coloramps_file(self, writer, diagrams_for_config, maxflows, matrix_elements)

source code 

Write the coloramps.inc file for MadEvent in Subprocess group mode

Overrides: ProcessExporterFortranME.write_coloramps_file

write_config_subproc_map_file(self, writer, config_subproc_map)

source code 

Write the config_subproc_map.inc file for subprocess groups

Overrides: ProcessExporterFortranME.write_config_subproc_map_file

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: ProcessExporterFortranME.write_configs_file

write_run_config_file(self, writer)

source code 

Write the run_configs.inc file for MadEvent

Overrides: ProcessExporterFortranME.write_run_config_file

write_leshouche_file(self, writer, subproc_group)

source code 

Write the leshouche.inc file for MG4

Overrides: ProcessExporterFortranME.write_leshouche_file