ATLAS Offline Software
|
Functions | |
std::string | getToolSuffix (const std::string &fullToolName) |
Return the name suffix, e.g. return 'myNiceTool' from 'ToolSvc.myNiceTool'. More... | |
std::vector< std::string > | extractToolNames (const std::vector< std::string > &toolNameVector) |
return a vector of extracted names More... | |
bool | validToolName (const std::string &toolName) |
indicate whether a string is a valid Tool variable name More... | |
std::string | possibleToolNameError (const std::vector< std::string > &toolNameVector) |
Give an error message if tool names are invalid; empty string if good. More... | |
unsigned int | numberOfUniqueEntries (const std::vector< std::string > &nameVector) |
Give the number of unique entries in a vector. More... | |
std::vector< std::string > TrkExTools::extractToolNames | ( | const std::vector< std::string > & | toolNameVector | ) |
std::string TrkExTools::getToolSuffix | ( | const std::string & | fullToolName | ) |
Return the name suffix, e.g. return 'myNiceTool' from 'ToolSvc.myNiceTool'.
Definition at line 14 of file TrkExToolsStringUtility.cxx.
unsigned int TrkExTools::numberOfUniqueEntries | ( | const std::vector< std::string > & | nameVector | ) |
Give the number of unique entries in a vector.
Definition at line 45 of file TrkExToolsStringUtility.cxx.
std::string TrkExTools::possibleToolNameError | ( | const std::vector< std::string > & | toolNameVector | ) |
Give an error message if tool names are invalid; empty string if good.
Definition at line 34 of file TrkExToolsStringUtility.cxx.
bool TrkExTools::validToolName | ( | const std::string & | toolName | ) |
indicate whether a string is a valid Tool variable name
Definition at line 26 of file TrkExToolsStringUtility.cxx.