|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SCT_GEOMODEL_SCT_DETECTORFACTORYLITE_H
6 #define SCT_GEOMODEL_SCT_DETECTORFACTORYLITE_H
22 class GeoAlignableTransform;
45 virtual void create(GeoPhysVol *world)
override;
59 std::unique_ptr<SCT_DataBase>
m_db;
62 using FPVMap = std::map<std::string, GeoFullPhysVol*>;
63 using AXFMap = std::map<std::string, GeoAlignableTransform*>;
bool m_useDynamicAlignFolders
std::shared_ptr< FPVMap > m_mapFPV
std::map< std::string, GeoFullPhysVol * > FPVMap
std::shared_ptr< AXFMap > m_mapAXF
InDetDD::SCT_DetectorManager * m_detectorManager
virtual const InDetDD::SCT_DetectorManager * getDetectorManager() const override
GeoModelIO::ReadGeoModel * m_sqliteReader
virtual void create(GeoPhysVol *world) override
Class to hold various Athena components.
std::map< std::string, GeoAlignableTransform * > AXFMap
SCT_DetectorFactoryLite(GeoModelIO::ReadGeoModel *sqliteReader, SCT_GeoModelAthenaComps *athenaComps, const SCT_Options &options)
const SCT_DetectorFactoryLite & operator=(const SCT_DetectorFactoryLite &right)=delete
virtual ~SCT_DetectorFactoryLite()=default
Define macros for attributes used to control the static checker.
std::unique_ptr< SCT_DataBase > m_db
std::unique_ptr< SCT_GeometryManager > m_geometryManager
SCT_DetectorFactoryLite(const SCT_DetectorFactoryLite &right)=delete