6#ifndef HGTD_CONDITIONSALGORITHMS_HGTD_DETECTORELEMENTCONDALG_H
7#define HGTD_CONDITIONSALGORITHMS_HGTD_DETECTORELEMENTCONDALG_H
26 virtual StatusCode
initialize() override final;
31 {
this,
"WriteKey",
"HGTD_DetectorElementCollection",
"Key of output HGTD_DetectorElementCollection for HGTD"};
33 StringProperty
m_detManagerName{
this,
"DetManagerName",
"HGTD",
"Name of the DeterctorManager to retrieve"};
Base class for conditions algorithms.
DataVector< HGTD_DetectorElement > HGTD_DetectorElementCollection
Base class for conditions algorithms.
SG::WriteCondHandleKey< InDetDD::HGTD_DetectorElementCollection > m_writeKey
virtual ~HGTD_DetectorElementCondAlg() override=default
virtual StatusCode initialize() override final
const HGTD_DetectorManager * m_detManager
virtual StatusCode execute(const EventContext &ctx) const override final
HGTD_DetectorElementCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
StringProperty m_detManagerName
The Detector manager has methods to retrieve the Identifier helper and methods to retrieve the detect...