|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef GEOPIXELLADDERSERVICES_H
6 #define GEOPIXELLADDERSERVICES_H
11 #include "GeoModelKernel/GeoDefinitions.h"
12 #include "GeoModelKernel/GeoPhysVol.h"
19 std::shared_ptr<std::map<std::string, GeoFullPhysVol*>> mapFPV,
20 std::shared_ptr<std::map<std::string, GeoAlignableTransform*>> mapAX,
25 virtual GeoVPhysVol*
Build()
override;
const GeoTrf::Vector3D & envelopeCornerA2()
GeoTrf::Vector3D m_envelopeCornerA1
GeoPixelLadderServices(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 ladderType)
void BuildPigtailAndConnector(GeoPhysVol *parent)
virtual ~GeoPixelLadderServices()=default
GeoTrf::Vector3D m_envelopeCornerC1
GeoVPhysVol * BuildAlTube()
GeoPixelLadderServices & operator=(const GeoPixelLadderServices &)=delete
const GeoTrf::Vector3D & envelopeCornerC2()
GeoVPhysVol * BuildOmega()
GeoTrf::Vector3D m_envelopeCornerC2
virtual GeoVPhysVol * Build() override
const GeoTrf::Vector3D & envelopeCornerA1()
GeoIntrusivePtr< const GeoLogVol > m_ladderServicesLV
GeoTrf::Vector3D m_envelopeCornerA2
GeoPixelLadderServices(const GeoPixelLadderServices &)=delete
Eigen::Matrix< double, 3, 1 > Vector3D
const GeoTrf::Vector3D & envelopeCornerC1()
void BuildGlue(GeoPhysVol *parent)
This is the base class for all the pieces of the Pixel detector.