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

Class SALauncher

source code

 object --+    
          |    
ExtLauncher --+
              |
             SALauncher

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
 
launch_program(self)
launch the main program
source code

Inherited from ExtLauncher: ask, edit_file, prepare_run, run, timeout_fct, treat_input_file

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__

launch_program(self)

source code 

launch the main program

Overrides: ExtLauncher.launch_program