#include "GaudiKernel/System.h"
#include <string>
#include <map>
Include dependency graph for ThreadGaudi.h:
Go to the source code of this file.
Classes | |
class | ThreadGaudi |
singleton mapping the pthread ID to the Gaudi thread ID More... | |
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 |
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