 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef INDETALIGNGEOMTOOLS_SIGEOMETRYMANAGERTOOL_H
6 #define INDETALIGNGEOMTOOLS_SIGEOMETRYMANAGERTOOL_H
17 #include <TGeoManager.h>
33 class SCT_DetectorManager;
34 class PixelDetectorManager;
146 Gaudi::Property<std::string>
m_pixelDetManagerName{
this,
"PixelDetectorManager",
"Pixel",
"Name of the Pixel Detector Manager to attempt to retrieve"};
147 Gaudi::Property<std::string>
m_stripDetManagerName{
this,
"StripDetectorManager",
"SCT",
"Name of the Strip Detector Manager to attempt to retrieve"};
153 #endif // INDETALIGNGEOMTOOLS_SIGEOMETRYMANAGERTOOL_H
std::vector< AlignModule * > AlignModuleList
AlignModule is a grouping of TrkDetElementBase objects, grouped according to the type of alignment,...
::StatusCode StatusCode
StatusCode definition for legacy code.
Ensure that the ATLAS eigen extensions are properly loaded.
AlignPar contains all the information related to an alignment parameter of a particular align module ...
This is an Identifier helper class for both the Pixel and SCT subdetectors. This class defines identi...
An STL vector of pointers that by default owns its pointed-to elements.