#include <PixelDetectorDC1DC2.h>
Definition at line 235 of file PixelDetectorDC1DC2.h.
◆ Build()
| GeoVPhysVol * GeoPixelLadderStruct::Build |
( |
| ) |
|
|
overridevirtual |
Implements PixelGeoDC2::GeoVPixelFactory.
Definition at line 794 of file PixelDetectorDC1DC2.cxx.
794 {
795
796
797
798
799
800
801 double halflength =
m_gmt_mgr->PixelLadderHalfLength();
802 double thickness =
m_gmt_mgr->PixelLadderThickness();
804
805
806
807 const GeoMaterial* ladderMat =
m_mat_mgr->getMaterial(
"pix::Ladder");
808 const GeoBox* ladderStructBox =
new GeoBox(thickness/2.,
width/2.,halflength);
809 const GeoLogVol* ladderStructLog = new GeoLogVol("ladderStructLog",ladderStructBox,ladderMat);
810 GeoPhysVol* ladderStructPhys = new GeoPhysVol(ladderStructLog);
811 return ladderStructPhys;
812}
StoredMaterialManager * m_mat_mgr
PixelGeometryManager * m_gmt_mgr
◆ GeoVPixelFactory()
◆ m_DDmgr
◆ m_epsilon
| const double PixelGeoDC2::GeoVPixelFactory::m_epsilon {} |
|
protectedinherited |
◆ m_gmt_mgr
◆ m_mat_mgr
The documentation for this class was generated from the following files: