![]() |
ATLAS Offline Software
|
Exception — Bad contextless retrieve. More...
#include <exceptions.h>
Public Member Functions | |
| ExcBadContextlessRetrieve (const std::string &toolName, const std::string &constName) | |
| Constructor. More... | |
Exception — Bad contextless retrieve.
The Constant::operator() overload that does not take a Context argument may be used only for constants that were initialzed from job options.
Definition at line 92 of file Calorimeter/CaloUtils/CaloUtils/exceptions.h.
| CaloUtils::ExcBadContextlessRetrieve::ExcBadContextlessRetrieve | ( | const std::string & | toolName, |
| const std::string & | constName | ||
| ) |
Constructor.
| toolName | Name of the tool being used. |
| constName | Name of the constant being retrieved. |
Definition at line 129 of file Calorimeter/CaloUtils/src/exceptions.cxx.
1.8.18