![]() |
ATLAS Offline Software
|
Class for handling a single process. More...
Public Member Functions | |
| def | __init__ (self, ID, command, logfile_title) |
| def | poll (self) |
Public Attributes | |
| ID | |
| logfile_title | |
| logfile | |
| process | |
Class for handling a single process.
This class provides the infrastructure to spawn a new subprocess from python, pipe the output to a logfile and check the status of the subprocess
Definition at line 92 of file Herwig7Utils.py.
| def Herwig7Utils.Process.__init__ | ( | self, | |
| ID, | |||
| command, | |||
| logfile_title | |||
| ) |
Definition at line 94 of file Herwig7Utils.py.
| def Herwig7Utils.Process.poll | ( | self | ) |
Definition at line 102 of file Herwig7Utils.py.
| Herwig7Utils.Process.ID |
Definition at line 97 of file Herwig7Utils.py.
| Herwig7Utils.Process.logfile |
Definition at line 99 of file Herwig7Utils.py.
| Herwig7Utils.Process.logfile_title |
Definition at line 98 of file Herwig7Utils.py.
| Herwig7Utils.Process.process |
Definition at line 100 of file Herwig7Utils.py.
1.8.18