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

Class MELauncher

source code

 object --+    
          |    
ExtLauncher --+
              |
             MELauncher

A class to launch MadEvent run

Instance Methods [hide private]
 
__init__(self, running_dir, cmd_int, unit='pb', **option)
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, running_dir, cmd_int, unit='pb', **option)
(Constructor)

source code 

initialize the StandAlone Version

Overrides: object.__init__

launch_program(self)

source code 

launch the main program

Overrides: ExtLauncher.launch_program