|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef PIXELSILICONcONDITIONSTESTALG_H
12 #define PIXELSILICONcONDITIONSTESTALG_H
16 #include "GaudiKernel/ToolHandle.h"
35 {
this,
"ReadKeyeTemp",
"PixelDCSTempCondData",
"Key of input sensor temperature conditions folder"};
38 {
this,
"ReadKeyHV",
"PixelDCSHVCondData",
"Key of input bias voltage conditions folder"};
41 {
this,
"LorentzAngleTool",
"PixelLorentzAngleTool",
"Tool to retreive Lorentz angle"};
44 {
this,
"PixelChargeCalibCondData",
"PixelChargeCalibCondData",
"Output key"};
47 {
this,
"PixelDistortionData",
"PixelDistortionData",
"Output key"};
virtual StatusCode initialize() override
Hold pixel distortion data produced by PixelDistortionAlg.
SG::ReadCondHandleKey< PixelDCSHVData > m_readKeyHV
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::ReadCondHandleKey< PixelDistortionData > m_distortionKey
virtual StatusCode execute() override
Store pixel temperature data in PixelDCSTempData.
SG::ReadCondHandleKey< PixelChargeCalibCondData > m_chargeDataKey
ToolHandle< ISiLorentzAngleTool > m_lorentzAngleTool
SG::ReadCondHandleKey< PixelDCSTempData > m_readKeyTemp
Store pixel HV data in PixelDCSHVData.
PixelSiliconConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)