10#ifndef SCT_GEOMODEL_SCT_INNERSIDE_H
11#define SCT_GEOMODEL_SCT_INNERSIDE_H
15#include "GeoModelKernel/GeoDefinitions.h"
16#include "GeoModelKernel/GeoIntrusivePtr.h"
17#include "GeoModelKernel/GeoTransform.h"
39 GeoModelIO::ReadGeoModel* sqliteReader,
40 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
41 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX);
70 virtual const GeoLogVol *
preBuild();
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
SCT_InnerSide & operator=(const SCT_InnerSide &)=delete
const GeoTrf::Vector3D * env1RefPointVector() const
SCT_InnerSide(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials, GeoModelIO::ReadGeoModel *sqliteReader, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX)
const SCT_Sensor * sensor() const
SCT_InnerSide(const SCT_InnerSide &)=delete
GeoIntrusivePtr< GeoTransform > m_sensorPos
double hybridOffsetX() const
std::unique_ptr< SCT_Sensor > m_sensor
GeoIntrusivePtr< GeoTransform > m_hybridPos
double hybridOffsetZ() const
std::unique_ptr< GeoTrf::Vector3D > m_env1RefPointVector
virtual const GeoLogVol * preBuild()
std::unique_ptr< SCT_Hybrid > m_hybrid
virtual GeoVPhysVol * build(SCT_Identifier id)
const GeoTrf::Vector3D * env2RefPointVector() const
const SCT_Hybrid * hybrid() const
std::unique_ptr< GeoTrf::Vector3D > m_env2RefPointVector
SCT_UniqueComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr, GeoModelIO::ReadGeoModel *sqliteReader=nullptr, std::shared_ptr< std::map< std::string, GeoFullPhysVol * > > mapFPV=nullptr, std::shared_ptr< std::map< std::string, GeoAlignableTransform * > > mapAX=nullptr)