|
Gaudi Framework, version v25r2 |
| Home | Generated: Wed Jun 4 2014 |

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 | |
| std::string | getGaudiThreadIDfromName (const std::string &name) |
| helper function to extract Gaudi Thread ID from thread copy name | |
| std::string | getGaudiThreadGenericName (const std::string &name) |
| helper function to extract Gaudi instance name from thread copy name | |
| bool | isGaudiThreaded (const std::string &name) |
| test if current Gaudi object is running /will run in a thread | |
Variables | |
| const std::string | threadSeparator = "__" |
| const std::string | algToolSeparator = "." |
| ThreadGaudi * | ThreadGaudiInstance = 0 |
| 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 18 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 28 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 75 of file ThreadGaudi.cpp.
| const std::string algToolSeparator = "." |
Definition at line 12 of file ThreadGaudi.cpp.
| ThreadGaudi* ThreadGaudiInstance = 0 |
Definition at line 83 of file ThreadGaudi.cpp.
| const std::string threadSeparator = "__" |
Definition at line 11 of file ThreadGaudi.cpp.