#include <ISCT_CalibModuleListTool.h>
Definition at line 27 of file ISCT_CalibModuleListTool.h.
◆ ISCT_CalibModuleListTool()
ISCT_CalibModuleListTool::ISCT_CalibModuleListTool |
( |
| ) |
|
|
inline |
◆ ~ISCT_CalibModuleListTool()
virtual ISCT_CalibModuleListTool::~ISCT_CalibModuleListTool |
( |
| ) |
|
|
virtualdefault |
◆ interfaceID()
const InterfaceID & ISCT_CalibModuleListTool::interfaceID |
( |
| ) |
|
|
inlinestatic |
◆ readModuleList()
virtual StatusCode ISCT_CalibModuleListTool::readModuleList |
( |
std::map< Identifier, std::set< Identifier >> & |
moduleList | ) |
const |
|
pure virtual |
◆ retrievedTool()
template<class T >
std::pair<std::string, bool> ISCT_CalibModuleListTool::retrievedTool |
( |
T & |
tool | ) |
const |
|
inlineprotected |
Definition at line 39 of file ISCT_CalibModuleListTool.h.
40 if (
tool.retrieve().isFailure())
return std::make_pair(std::string{
"Unable to retrieve "}+
tool.name(),
false);
41 return std::make_pair(
"",
true);
The documentation for this class was generated from the following file: