5#ifndef GEOPIXELIFLEXSERVICES_H
6#define GEOPIXELIFLEXSERVICES_H
13#include "GeoModelKernel/GeoPhysVol.h"
23 GeoModelIO::ReadGeoModel* sqliteReader,
24 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
25 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX,
27 virtual GeoVPhysVol*
Build()
override;
GeoPhysVol * getSupportC()
GeoTransform * m_xformSupportC
GeoTransform * getSupportTrfC()
GeoPhysVol * m_supportPhysA
GeoPhysVol * getSupportA()
GeoTransform * m_xformSupportA
GeoPixelIFlexServices(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, int iSection)
GeoPhysVol * m_supportPhysC
virtual GeoVPhysVol * Build() override
GeoTransform * getSupportTrfA()
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 ...