5#ifndef PIXELGEOMODEL_PIXELDETECTORTOOL_H
6#define PIXELGEOMODEL_PIXELDETECTORTOOL_H
9#include "GaudiKernel/ToolHandle.h"
10#include "GaudiKernel/ServiceHandle.h"
32 virtual StatusCode
initialize()
override final;
34 virtual StatusCode
create()
override final;
35 virtual StatusCode
clear()
override final;
38 virtual StatusCode
align()
override;
53 ToolHandle< IGeoSubDetTool >
m_bcmTool{
this,
"BCM_Tool",
"",
""};
54 ToolHandle< IGeoSubDetTool >
m_blmTool{
this,
"BLM_Tool",
"",
""};
Define macros for attributes used to control the static checker.
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...
Class to hold various Athena components.