The Gaudi Framework
v29r0 (ff2e7097)
|
Go to the source code of this file.
Functions | |
std::string | getGaudiThreadIDfromID (int iCopy) |
helper function to extract Gaudi Thread ID from thread copy number More... | |
std::string | getGaudiThreadIDfromName (const std::string &name) |
helper function to extract Gaudi Thread ID from thread copy name More... | |
std::string | getGaudiThreadGenericName (const std::string &name) |
helper function to extract Gaudi instance name from thread copy name More... | |
bool | isGaudiThreaded (const std::string &name) |
test if current Gaudi object is running /will run in a thread More... | |
Variables | |
const std::string | threadSeparator = "__" |
const std::string | algToolSeparator = "." |
ThreadGaudi * | ThreadGaudiInstance = nullptr |
std::string getGaudiThreadGenericName | ( | const std::string & | name | ) |
helper function to extract Gaudi instance name from thread copy name
Definition at line 52 of file ThreadGaudi.cpp.
std::string getGaudiThreadIDfromID | ( | int | iCopy | ) |
helper function to extract Gaudi Thread ID from thread copy number
Definition at line 16 of file ThreadGaudi.cpp.
std::string getGaudiThreadIDfromName | ( | const std::string & | name | ) |
helper function to extract Gaudi Thread ID from thread copy name
Definition at line 27 of file ThreadGaudi.cpp.
bool isGaudiThreaded | ( | const std::string & | name | ) |
test if current Gaudi object is running /will run in a thread
Definition at line 76 of file ThreadGaudi.cpp.
const std::string algToolSeparator = "." |
Definition at line 10 of file ThreadGaudi.cpp.
ThreadGaudi* ThreadGaudiInstance = nullptr |
Definition at line 82 of file ThreadGaudi.cpp.
const std::string threadSeparator = "__" |
Definition at line 9 of file ThreadGaudi.cpp.