5#ifndef PIXELGEOMODEL_GEOPIXELLAYER_H
6#define PIXELGEOMODEL_GEOPIXELLAYER_H
19 GeoModelIO::ReadGeoModel* sqliteReader,
20 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
21 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX);
22 virtual GeoVPhysVol*
Build()
override;
GeoIntrusivePtr< T > GeoNodePtr
GeoNodePtr< GeoVPhysVol > m_supportMidRing
GeoPhysVol * getSupportA()
GeoNodePtr< GeoTransform > m_xformSupportMidRing
virtual GeoVPhysVol * Build() override
GeoNodePtr< GeoPhysVol > m_supportPhysA
GeoTransform * getSupportTrfC()
GeoNodePtr< GeoTransform > m_xformSupportC
GeoTransform * getSupportTrfA()
GeoNodePtr< GeoTransform > m_xformSupportA
GeoNodePtr< GeoPhysVol > m_supportPhysC
GeoPhysVol * getSupportC()
GeoPixelLayer(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)
GeoTransform * getSupportTrfMidRing()
GeoVPhysVol * getSupportMidRing()
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated pixel ...