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

Class VirtualExporter

source code

object --+
         |
        VirtualExporter
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, dir_path='', opt=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
convert_model(self, model, wanted_lorentz=[], wanted_couplings=[]) source code
 
copy_template(self, model) source code
 
export_helas(self, HELAS_PATH) source code
 
export_model_files(self, model_v4_path) source code
 
finalize(self, matrix_element, cmdhistory, MG5options, outputflag) source code
 
generate_subprocess_directory(self, subproc_group, helicity_model, me=None) source code
 
modify_grouping(self, matrix_element) source code
 
pass_information_from_cmd(self, cmd)
pass information from the command interface to the exporter.
source code

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

Class Variables [hide private]
  check = True
  exporter = 'v4'
  grouped_mode = 'madevent'
  output = 'Template'
  sa_symmetry = False
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dir_path='', opt=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

pass_information_from_cmd(self, cmd)

source code 

pass information from the command interface to the exporter. Please do not modify any object of the interface from the exporter.