Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
src/PixelDetectorTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef PIXELGEOMODEL_PIXELDETECTORTOOL_H
6 #define PIXELGEOMODEL_PIXELDETECTORTOOL_H
7 
9 #include "GaudiKernel/ToolHandle.h"
10 #include "GaudiKernel/ServiceHandle.h"
11 
16 
18 
20 
21 namespace InDetDD {
22  class PixelDetectorManager;
23 }
24 
26 
27  public:
28  // Standard Constructor
29  PixelDetectorTool( const std::string& type, const std::string& name, const IInterface* parent );
30  // Standard Destructor
31  virtual ~PixelDetectorTool() override final;
32 
33  virtual StatusCode initialize() override final;
34 
35  virtual StatusCode create() override final;
36  virtual StatusCode clear() override final;
37 
38  // Callback function itself
39  virtual StatusCode align(IOVSVC_CALLBACK_ARGS) override;
40 
41 private:
42  //
43  bool m_services{true};
44  bool m_servicesOnLadder{true}; //JBdV
45  std::string m_detectorName{"PixelDetector"};
46  ServiceHandle<IIBLParameterSvc> m_IBLParameterSvc{this,"IBLParameterSvc","IBLParameterSvc",""};
47  bool m_dc1Geometry{false};
48  bool m_alignable{true};
49  bool m_tweakIBLDist{true}; // whether to tweak L3 transforms with IBLDist
50  bool m_initialLayout{false};
51  bool m_devVersion{false};
52  bool m_buildDBM{false};
54  ToolHandle< IGeoSubDetTool > m_bcmTool{this,"BCM_Tool","",""};
55  ToolHandle< IGeoSubDetTool > m_blmTool{this,"BLM_Tool","",""};
56  PublicToolHandle< IInDetServMatBuilderTool > m_serviceBuilderTool{this,"ServiceBuilderTool","",""};
57  ServiceHandle< IGeometryDBSvc > m_geometryDBSvc{this,"GeometryDBSvc","InDetGeometryDBSvc",""};
59  std::string m_overrideVersionName;
60 
62 
63 };
64 
65 #endif // PIXELGEOMODEL_PIXELDETECTORTOOL_H
PixelDetectorTool::m_blmTool
ToolHandle< IGeoSubDetTool > m_blmTool
Definition: src/PixelDetectorTool.h:55
PixelDetectorTool::m_overrideVersionName
std::string m_overrideVersionName
Definition: src/PixelDetectorTool.h:59
PixelDetectorTool::~PixelDetectorTool
virtual ~PixelDetectorTool() override final
Definition: src/PixelDetectorTool.cxx:50
PixelDetectorTool::initialize
virtual StatusCode initialize() override final
Definition: src/PixelDetectorTool.cxx:56
IGeometryDBSvc.h
PixelDetectorTool::m_initialLayout
bool m_initialLayout
Definition: src/PixelDetectorTool.h:50
PixelDetectorTool::m_detectorName
std::string m_detectorName
Definition: src/PixelDetectorTool.h:45
PixelDetectorTool::m_useDynamicAlignFolders
bool m_useDynamicAlignFolders
Definition: src/PixelDetectorTool.h:53
PixelDetectorTool::m_dc1Geometry
bool m_dc1Geometry
Definition: src/PixelDetectorTool.h:47
GeoModelTool.h
IOVSVC_CALLBACK_ARGS
#define IOVSVC_CALLBACK_ARGS
short hand for IOVSvc call back argument list, to be used when no access to formal arguments is neede...
Definition: IOVSvcDefs.h:24
PixelDetectorTool::m_bcmTool
ToolHandle< IGeoSubDetTool > m_bcmTool
Definition: src/PixelDetectorTool.h:54
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
PixelDetectorTool::m_IBLParameterSvc
ServiceHandle< IIBLParameterSvc > m_IBLParameterSvc
Definition: src/PixelDetectorTool.h:46
PixelDetectorTool::m_devVersion
bool m_devVersion
Definition: src/PixelDetectorTool.h:51
PixelDetectorTool::PixelDetectorTool
PixelDetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: src/PixelDetectorTool.cxx:36
IIBLParameterSvc.h
IInDetServMatBuilderTool.h
PixelDetectorTool::create
virtual StatusCode create() override final
Create the Detector Node corresponding to this tool.
Definition: src/PixelDetectorTool.cxx:70
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition: test_pyathena.py:15
GeoModelTool
Definition: GeoModelTool.h:16
IGeoSubDetTool.h
PixelDetectorTool::m_servicesOnLadder
bool m_servicesOnLadder
Definition: src/PixelDetectorTool.h:44
PixelDetectorTool::m_geometryDBSvc
ServiceHandle< IGeometryDBSvc > m_geometryDBSvc
Definition: src/PixelDetectorTool.h:57
InDetDD::PixelDetectorManager
Definition: PixelDetectorManager.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
PixelDetectorTool::m_buildDBM
bool m_buildDBM
Definition: src/PixelDetectorTool.h:52
columnar::final
CM final
Definition: ColumnAccessor.h:106
PixelDetectorTool
Definition: src/PixelDetectorTool.h:25
PixelDetectorTool::m_tweakIBLDist
bool m_tweakIBLDist
Definition: src/PixelDetectorTool.h:49
PixelGeoModelAthenaComps
Class to hold various Athena components.
Definition: PixelGeoModelAthenaComps.h:16
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
PixelDetectorTool::m_services
bool m_services
Definition: src/PixelDetectorTool.h:43
PixelDetectorTool::align
virtual StatusCode align(IOVSVC_CALLBACK_ARGS) override
Definition: src/PixelDetectorTool.cxx:320
checker_macros.h
Define macros for attributes used to control the static checker.
PixelDetectorTool::m_athenaComps
PixelGeoModelAthenaComps * m_athenaComps
Definition: src/PixelDetectorTool.h:61
PixelDetectorTool::m_manager
const InDetDD::PixelDetectorManager * m_manager
Definition: src/PixelDetectorTool.h:58
PixelDetectorTool::m_alignable
bool m_alignable
Definition: src/PixelDetectorTool.h:48
PixelDetectorTool::clear
virtual StatusCode clear() override final
Definition: src/PixelDetectorTool.cxx:309
ServiceHandle< IIBLParameterSvc >
PixelDetectorTool::m_serviceBuilderTool
PublicToolHandle< IInDetServMatBuilderTool > m_serviceBuilderTool
Definition: src/PixelDetectorTool.h:56