Package madgraph :: Package interface :: Module launch_ext_program :: Class MadLoopLauncher
[hide private]
[frames] | no frames]

Class MadLoopLauncher

source code

 object --+    
          |    
ExtLauncher --+
              |
             MadLoopLauncher

A class to launch a simple Standalone test

Instance Methods [hide private]
 
__init__(self, cmd_int, running_dir, **options)
initialize the StandAlone Version
source code
 
prepare_run(self)
Possible preparatory actions to take.
source code
 
treat_input_file(self, filename, default=None, msg='', dir_path=None)
ask to edit a file
source code
 
launch_program(self)
launch the main program
source code
 
format_res_string(self, res, shell_name)
Returns a good-looking string presenting the results.
source code

Inherited from ExtLauncher: ask, edit_file, run, timeout_fct

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

Class Variables [hide private]

Inherited from ExtLauncher: executable, force, program_dir

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cmd_int, running_dir, **options)
(Constructor)

source code 

initialize the StandAlone Version

Overrides: object.__init__

prepare_run(self)

source code 

Possible preparatory actions to take.

Overrides: ExtLauncher.prepare_run

treat_input_file(self, filename, default=None, msg='', dir_path=None)

source code 

ask to edit a file

Overrides: ExtLauncher.treat_input_file

launch_program(self)

source code 

launch the main program

Overrides: ExtLauncher.launch_program

format_res_string(self, res, shell_name)

source code 

Returns a good-looking string presenting the results. The argument the tuple ((fin,born,spole,dpole,me_pow), p_out).