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

Class Pythia8Launcher

source code

 object --+    
          |    
ExtLauncher --+
              |
             Pythia8Launcher

A class to launch Pythia8 run

Instance Methods [hide private]
 
__init__(self, running_dir, cmd_int, **option)
initialize launching Pythia 8
source code
 
prepare_run(self)
ask for pythia-pgs/delphes run
source code
 
launch_program(self)
launch the main program
source code

Inherited from ExtLauncher: ask, edit_file, 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, **option)
(Constructor)

source code 

initialize launching Pythia 8

Overrides: object.__init__

prepare_run(self)

source code 

ask for pythia-pgs/delphes run

Overrides: ExtLauncher.prepare_run

launch_program(self)

source code 

launch the main program

Overrides: ExtLauncher.launch_program