#include <SCT_CalibModuleListTool.h>
Definition at line 34 of file SCT_CalibModuleListTool.h.
◆ SCT_CalibModuleListTool()
SCT_CalibModuleListTool::SCT_CalibModuleListTool |
( |
const std::string & |
type, |
|
|
const std::string & |
name, |
|
|
const IInterface * |
parent |
|
) |
| |
◆ ~SCT_CalibModuleListTool()
virtual SCT_CalibModuleListTool::~SCT_CalibModuleListTool |
( |
| ) |
|
|
virtualdefault |
◆ finalize()
StatusCode SCT_CalibModuleListTool::finalize |
( |
| ) |
|
|
virtual |
◆ initialize()
StatusCode SCT_CalibModuleListTool::initialize |
( |
| ) |
|
|
virtual |
Definition at line 12 of file SCT_CalibModuleListTool.cxx.
17 ATH_MSG_DEBUG(
"in SCT_CalibModuleListTool::initialize after m_MonitorConditionsTool retrieved");
19 ATH_MSG_DEBUG(
"in SCT_CalibModuleListTool::initialize after m_IOVDbSvc retrieved");
21 return StatusCode::SUCCESS;
◆ readModuleList()
StatusCode SCT_CalibModuleListTool::readModuleList |
( |
std::map< Identifier, std::set< Identifier >> & |
moduleList | ) |
const |
|
virtual |
Definition at line 28 of file SCT_CalibModuleListTool.cxx.
32 for (; waferIdItr != waferIdItrE; ++waferIdItr) {
37 std::set<Identifier> stripIdList;
45 if (!(
m_IOVDbSvc->dropObject(
"/SCT/Derived/Monitoring",
true)))
ATH_MSG_ERROR(
"Unable to drop /SCT/Derived/Monitoring");
47 return StatusCode::SUCCESS;
◆ m_IOVDbSvc
◆ m_MonitorConditionsTool
◆ m_pSCTHelper
const SCT_ID* SCT_CalibModuleListTool::m_pSCTHelper {nullptr} |
|
private |
The documentation for this class was generated from the following files: