5#ifndef SCT_GEOMODEL_SCT_INTERLINK_H
6#define SCT_GEOMODEL_SCT_INTERLINK_H
13#include "GeoModelKernel/GeoPhysVol.h"
14#include "GeoModelKernel/GeoTubs.h"
15#include "GeoModelKernel/GeoTube.h"
16#include "GeoModelKernel/GeoTransform.h"
38 virtual GeoVPhysVol *
build();
Dedicated detector manager extending the functionality of the SiDetectorManager with dedicated SCT in...
virtual GeoVPhysVol * build()
std::vector< GeoIntrusivePtr< GeoTransform > > m_geoTransforms
std::string m_materialNameBearing
GeoIntrusivePtr< const GeoTubs > m_FSIFlangeShape
GeoIntrusivePtr< const GeoLogVol > m_FSIFlangeLog
GeoIntrusivePtr< const GeoTube > m_interLinkShape
GeoIntrusivePtr< GeoPhysVol > m_FSIFlange
GeoIntrusivePtr< const GeoLogVol > m_interLinkSegLog
SCT_InterLink(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials)
GeoIntrusivePtr< const GeoLogVol > m_bearingLog
GeoIntrusivePtr< const GeoTubs > m_interLinkSegShape
std::string m_materialNameFSIFlange
double m_innerRadiusFSIFlange
double m_innerRadiusBearing
double outerRadius() const
GeoIntrusivePtr< const GeoTubs > m_bearingShape
double m_outerRadiusBearing
GeoIntrusivePtr< const GeoLogVol > m_interLinkLog
double m_outerRadiusFSIFlange
GeoIntrusivePtr< GeoPhysVol > m_interLinkSeg
GeoIntrusivePtr< GeoPhysVol > m_bearing
double innerRadius() const
GeoIntrusivePtr< GeoPhysVol > m_interLink
std::string m_materialName
SCT_SharedComponentFactory(const std::string &name, InDetDD::SCT_DetectorManager *detectorManager, SCT_GeometryManager *geometryManager, SCT_MaterialManager *materials=nullptr)