#include <ISCT_CalibModuleListTool.h>
|
| template<class T> |
| std::pair< std::string, bool > | retrievedTool (T &tool) const |
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 |
Definition at line 45 of file ISCT_CalibModuleListTool.h.
45 {
46 static const InterfaceID IID{"ISCT_CalibModuleListTool", 1, 0};
47 return IID;
48}
◆ 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.
39 {
40 if (
tool.retrieve().isFailure())
return std::make_pair(std::string{
"Unable to retrieve "}+
tool.name(),
false);
41 return std::make_pair("", true);
42 }
The documentation for this class was generated from the following file: