5#ifndef ATHENAINTERPROCESS_INCIDENTS_H
6#define ATHENAINTERPROCESS_INCIDENTS_H
8#include "GaudiKernel/Incident.h"
9#include "GaudiKernel/ThreadLocalContext.h"
32 const std::string& source,
33 const EventContext& ctx = Gaudi::Hive::currentContext()) :
37 static const std::string&
type();
51 static const std::string
type(
"UpdateAfterFork");
static const std::string & type()
Incident type.
int m_workerID
the assigned worker ID
int workerID() const
assigned worker ID from processing unit
UpdateAfterFork(int workerID, int workerProcessID, const std::string &source, const EventContext &ctx=Gaudi::Hive::currentContext())
Constructor.
int workerProcessID() const
process ID of this worker from OS
int m_workerProcessID
the assigned worker process ID from the OS