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

Class ProcessExporterFortranMWGroup

source code

        object --+            
                 |            
   VirtualExporter --+        
                     |        
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(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
 
modify_grouping(self, matrix_element)
allow to modify the grouping (if grouping is in place)...
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, 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 VirtualExporter: helas_call_writer_custom

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

Static Methods [hide private]

Inherited from VirtualExporter: custom_helas_call

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

Inherited from ProcessExporterFortran: default_opt

Inherited from VirtualExporter: check, exporter, output, sa_symmetry

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

generate_subprocess_directory(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: VirtualExporter.generate_subprocess_directory

modify_grouping(self, matrix_element)

source code 
allow to modify the grouping (if grouping is in place)
return two value:
- True/False if the matrix_element was modified
- the new(or old) matrix element

Overrides: VirtualExporter.modify_grouping

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