![]() |
ATLAS Offline Software
|
Classes | |
class | ExcBadContextlessRetrieve |
Exception — Bad contextless retrieve. More... | |
class | ExcBadToolConstantVersion |
Exception — version mismatch for tool. More... | |
class | ExcConstantNotSet |
Exception — constant not set. More... | |
class | ExcConstantReset |
Exception — constant set more than once. More... | |
class | IToolConstant |
Internal interface for dealing with a collection of ToolConstants . More... | |
class | ToolConstant |
Constant of a ToolWithConstants. More... | |
struct | ToolConstantsContext |
Context object for retrieving ToolConstant values. More... | |
class | ToolWithConstants |
Hold constants for a tool. More... | |
class | ToolWithConstantsImpl |
Internal implementation object. More... | |
class | ToolWithConstantsTestTool |
Algorithm used for testing ToolWithConstants. More... | |
Functions | |
void | throwExcBadContextlessRetrieve (const std::string &toolName, const std::string &constName) |
Throw a CaloUtils::ExcBadContextlessRetrieve exception. More... | |
std::string | excBadToolConstantVersion_format (const std::string &toolName, const std::string &constName, unsigned int toolVersion, unsigned int constVersion) |
Helper: Format exception string. More... | |
std::string | excConstantNotSet_format (const std::string &toolName, const std::string &constName) |
Helper: Format exception string. More... | |
std::string | excConstantReset_format (const std::string &toolName, const std::string &constName) |
Helper: Format exception string. More... | |
std::string | excBadContextlessRetrieve_format (const std::string &toolName, const std::string &constName) |
Helper: Format exception string. More... | |
Variables | |
template<class T > | |
concept | HasProperties |
Concept to test if a class has Gaudi properties. More... | |
std::string CaloUtils::excBadContextlessRetrieve_format | ( | const std::string & | toolName, |
const std::string & | constName | ||
) |
Helper: Format exception string.
Definition at line 114 of file Calorimeter/CaloUtils/src/exceptions.cxx.
std::string CaloUtils::excBadToolConstantVersion_format | ( | const std::string & | toolName, |
const std::string & | constName, | ||
unsigned int | toolVersion, | ||
unsigned int | constVersion | ||
) |
Helper: Format exception string.
Definition at line 20 of file Calorimeter/CaloUtils/src/exceptions.cxx.
std::string CaloUtils::excConstantNotSet_format | ( | const std::string & | toolName, |
const std::string & | constName | ||
) |
Helper: Format exception string.
Definition at line 58 of file Calorimeter/CaloUtils/src/exceptions.cxx.
std::string CaloUtils::excConstantReset_format | ( | const std::string & | toolName, |
const std::string & | constName | ||
) |
Helper: Format exception string.
Definition at line 86 of file Calorimeter/CaloUtils/src/exceptions.cxx.
void CaloUtils::throwExcBadContextlessRetrieve | ( | const std::string & | toolName, |
const std::string & | constName | ||
) |
Throw a CaloUtils::ExcBadContextlessRetrieve exception.
toolName | Name of the tool being used. |
constName | Name of the constant being retrieved. |
Definition at line 144 of file Calorimeter/CaloUtils/src/exceptions.cxx.