|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef PIXELSIPROPERTIESCONDALG
12 #define PIXELSIPROPERTIESCONDALG
36 {
this,
"PixelIDName",
"PixelID",
"Pixel ID name"};
39 {
this,
"ReadKeyeTemp",
"PixelDCSTempCondData",
"Key of input sensor temperature conditions folder"};
42 {
this,
"ReadKeyHV",
"PixelDCSHVCondData",
"Key of input bias voltage conditions folder"};
45 {
this,
"PixelDetEleCollKey",
"PixelDetectorElementCollection",
"Key of SiDetectorElementCollection for Pixel"};
48 {
this,
"WriteKey",
"PixelSiliconPropertiesVector",
"Key of output silicon properties conditions folder"};
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
SG::WriteCondHandleKey< InDet::SiliconPropertiesVector > m_writeKey
PixelSiPropertiesCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Store pixel temperature data in PixelDCSTempData.
SG::ReadCondHandleKey< PixelDCSTempData > m_readKeyTemp
virtual StatusCode finalize() override
SG::ReadCondHandleKey< PixelDCSHVData > m_readKeyHV
Gaudi::Property< std::string > m_pixelIDName
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
Store pixel HV data in PixelDCSHVData.
virtual ~PixelSiPropertiesCondAlg()=default