10#ifndef SiDetElementsRoadCondAlg_xk_H
11#define SiDetElementsRoadCondAlg_xk_H
56 virtual StatusCode
finalize()
override;
57 virtual StatusCode
execute(
const EventContext& ctx)
const override;
66 BooleanProperty
m_usePIX{
this,
"usePixel",
true,
"Flag to use Pixel"};
67 BooleanProperty
m_useSCT{
this,
"useSCT",
true,
"Flag to use SCT"};
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
Base class for conditions algorithms.
Class to hold geometrical description of a silicon detector element.
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_SCTDetEleCollKey
SiDetElementsRoadCondAlg_xk(const std::string &name, ISvcLocator *pSvcLocator)
virtual ~SiDetElementsRoadCondAlg_xk()=default
SG::WriteCondHandleKey< SiDetElementsLayerVectors_xk > m_writeKey
virtual StatusCode initialize() override
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
void detElementInformation(const InDetDD::SiDetectorElement &, double *)
BooleanProperty m_ITkGeometry
virtual StatusCode finalize() override
This is an Identifier helper class for the Pixel subdetector.
This is an Identifier helper class for the SCT subdetector.