#include <Incidents.h>
|
| static const std::string & | type () |
| | Incident type.
|
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.
33 :
static const std::string & type()
Incident type.
int m_workerID
the assigned worker ID
int workerID() const
assigned worker ID from processing unit
int workerProcessID() const
process ID of this worker from OS
int m_workerProcessID
the assigned worker process ID from the OS
◆ type()
| const std::string & UpdateAfterFork::type |
( |
| ) |
|
|
inlinestatic |
Incident type.
Definition at line 49 of file Incidents.h.
50 {
51 static const std::string
type(
"UpdateAfterFork");
53 }
◆ 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 |
◆ 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: