|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SCT_GEOMODEL_SCT_MODULE_H
6 #define SCT_GEOMODEL_SCT_MODULE_H
10 #include "GeoModelKernel/GeoDefinitions.h"
32 GeoModelIO::ReadGeoModel* sqliteReader,
33 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
34 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX);
75 virtual const GeoLogVol *
preBuild();
113 #endif // SCT_GEOMODEL_SCT_MODULE_H
double baseBoardOffsetZ() const
SCT_Module & operator=(const SCT_Module &)=delete
SCT_Module(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)
std::unique_ptr< SCT_OuterSide > m_outerSide
double stereoInner() const
const SCT_InnerSide * innerSide() const
double env1Length() const
double env2Thickness() const
std::unique_ptr< GeoTrf::Vector3D > m_env2RefPointVector
double activeWidth() const
std::unique_ptr< GeoTrf::Vector3D > m_env1RefPointVector
double stereoOuter() const
double stereoAngle() const
virtual const GeoLogVol * preBuild()
double env2Length() const
virtual GeoVPhysVol * build(SCT_Identifier id)
SCT_Module(const SCT_Module &)=delete
double m_baseBoardOffsetY
double env1Thickness() const
std::unique_ptr< GeoTrf::Transform3D > m_outerSidePos
double m_baseBoardOffsetZ
const SCT_BaseBoard * baseBoard() const
const GeoTrf::Vector3D * env1RefPointVector() const
Eigen::Matrix< double, 3, 1 > Vector3D
std::unique_ptr< SCT_BaseBoard > m_baseBoard
double baseBoardOffsetY() const
const GeoTrf::Vector3D * env2RefPointVector() const
std::unique_ptr< GeoTrf::Transform3D > m_innerSidePos
const SCT_OuterSide * outerSide() const
std::unique_ptr< GeoTrf::Translate3D > m_baseBoardPos
std::unique_ptr< SCT_InnerSide > m_innerSide