ATLAS Offline Software
SCT_DetectorTool.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 SCT_GEOMODEL_SCT_DETECTORTOOL_H
6 #define SCT_GEOMODEL_SCT_DETECTORTOOL_H
7 
10 
13 
15 
16 #include "GaudiKernel/ServiceHandle.h"
17 
18 #include <string>
19 
20 namespace InDetDD {
21  class SCT_DetectorManager;
22 }
23 
25 
26 public:
27  // Standard Constructor
28  SCT_DetectorTool(const std::string& type, const std::string& name, const IInterface* parent);
29 
30  virtual StatusCode create() override final;
31  virtual StatusCode clear() override final;
32 
33  // Callback function itself
35 
36 private:
37  BooleanProperty m_alignable{this, "Alignable", true};
38  BooleanProperty m_useDynamicAlignFolders{this, "useDynamicAlignFolders", false};
39  bool m_cosmic{false};
40 
42 
44 
45  ServiceHandle< IGeoDbTagSvc > m_geoDbTagSvc{this,"GeoDbTagSvc","GeoDbTagSvc"};
46  ServiceHandle< IGeometryDBSvc > m_geometryDBSvc{this,"GeometryDBSvc","InDetGeometryDBSvc"};
47 };
48 
49 #endif // SCT_GEOMODEL_SCT_DETECTORTOOL_H
SCT_DetectorTool::m_useDynamicAlignFolders
BooleanProperty m_useDynamicAlignFolders
Definition: SCT_DetectorTool.h:38
SCT_DetectorTool::m_athenaComps
SCT_GeoModelAthenaComps m_athenaComps
Definition: SCT_DetectorTool.h:43
SCT_DetectorTool::create
virtual StatusCode create() override final
Definition: SCT_DetectorTool.cxx:32
InDetDD::SCT_DetectorManager
Definition: SCT_DetectorManager.h:49
SCT_DetectorTool
Definition: SCT_DetectorTool.h:24
IGeometryDBSvc.h
SCT_GeoModelAthenaComps.h
SCT_DetectorTool::m_cosmic
bool m_cosmic
Definition: SCT_DetectorTool.h:39
GeoModelTool.h
SCT_DetectorTool::SCT_DetectorTool
SCT_DetectorTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition: SCT_DetectorTool.cxx:22
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
python.CaloAddPedShiftConfig.type
type
Definition: CaloAddPedShiftConfig.py:42
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
SCT_DetectorTool::clear
virtual StatusCode clear() override final
Definition: SCT_DetectorTool.cxx:138
test_pyathena.parent
parent
Definition: test_pyathena.py:15
GeoModelTool
Definition: GeoModelTool.h:16
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:240
SCT_GeoModelAthenaComps
Class to hold various Athena components.
Definition: SCT_GeoModelAthenaComps.h:14
SCT_DetectorTool::m_geometryDBSvc
ServiceHandle< IGeometryDBSvc > m_geometryDBSvc
Definition: SCT_DetectorTool.h:46
InDetDD
Message Stream Member.
Definition: FakeTrackBuilder.h:8
SCT_DetectorTool::ATLAS_NOT_THREAD_SAFE
virtual StatusCode align ATLAS_NOT_THREAD_SAFE(IOVSVC_CALLBACK_ARGS) override
checker_macros.h
Define macros for attributes used to control the static checker.
SCT_DetectorTool::m_manager
const InDetDD::SCT_DetectorManager * m_manager
Definition: SCT_DetectorTool.h:41
SCT_DetectorTool::m_geoDbTagSvc
ServiceHandle< IGeoDbTagSvc > m_geoDbTagSvc
Definition: SCT_DetectorTool.h:45
IGeoDbTagSvc.h
SCT_DetectorTool::m_alignable
BooleanProperty m_alignable
Definition: SCT_DetectorTool.h:37
ServiceHandle< IGeoDbTagSvc >