![]() |
ATLAS Offline Software
|
#include <Incidents.h>
Public Member Functions | |
| UpdateAfterFork (int workerID, int workerProcessID, const std::string &source, const EventContext &ctx=Gaudi::Hive::currentContext()) | |
| Constructor. | |
| int | workerID () const |
| assigned worker ID from processing unit | |
| int | workerProcessID () const |
| process ID of this worker from OS | |
Static Public Member Functions | |
| static const std::string & | type () |
| Incident type. | |
Private Attributes | |
| int | m_workerID |
| the assigned worker ID | |
| int | m_workerProcessID |
| the assigned worker process ID from the OS | |
Definition at line 22 of file Incidents.h.
|
inline |
Constructor.
| worker | ID worker "rank ID" |
| worker | process ID the process ID of the worker from the OS |
| source | sender of the incident |
Definition at line 30 of file Incidents.h.
|
inlinestatic |
Incident type.
Definition at line 49 of file Incidents.h.
|
inline |
|
inline |
|
private |
the assigned worker ID
Definition at line 45 of file Incidents.h.
|
private |
the assigned worker process ID from the OS
Definition at line 46 of file Incidents.h.