#include <Incidents.h>
Definition at line 22 of file Incidents.h.
◆ UpdateAfterFork()
AthenaInterprocess::UpdateAfterFork::UpdateAfterFork |
( |
int |
workerID, |
|
|
int |
workerProcessID, |
|
|
const std::string & |
source, |
|
|
const EventContext & |
ctx = Gaudi::Hive::currentContext() |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
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.
◆ type()
const std::string & UpdateAfterFork::type |
( |
| ) |
|
|
inlinestatic |
Incident type.
Definition at line 49 of file Incidents.h.
51 static const std::string
type(
"UpdateAfterFork");
◆ workerID()
int AthenaInterprocess::UpdateAfterFork::workerID |
( |
| ) |
const |
|
inline |
assigned worker ID from processing unit
Definition at line 40 of file Incidents.h.
◆ workerProcessID()
int AthenaInterprocess::UpdateAfterFork::workerProcessID |
( |
| ) |
const |
|
inline |
process ID of this worker from OS
Definition at line 42 of file Incidents.h.
◆ m_workerID
int AthenaInterprocess::UpdateAfterFork::m_workerID |
|
private |
the assigned worker ID
Definition at line 45 of file Incidents.h.
◆ m_workerProcessID
int AthenaInterprocess::UpdateAfterFork::m_workerProcessID |
|
private |
the assigned worker process ID from the OS
Definition at line 46 of file Incidents.h.
The documentation for this class was generated from the following file: