#include <GeoPixelChip.h>
Definition at line 11 of file GeoPixelChip.h.
◆ GeoPixelChip()
GeoPixelChip::GeoPixelChip |
( |
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, |
|
|
bool |
isModule3D |
|
) |
| |
|
inline |
◆ Build()
GeoVPhysVol * GeoPixelChip::Build |
( |
| ) |
|
|
overridevirtual |
Implements GeoVPixelFactory.
Definition at line 20 of file GeoPixelChip.cxx.
27 std::string LogName =
"ChipBrl";
30 const GeoBox* chipBox =
new GeoBox(thickness/2.,
width/2.,
length/2.);
37 GeoLogVol* theChip =
new GeoLogVol(LogName,chipBox,chipMat);
38 GeoPhysVol* chipPhys =
new GeoPhysVol(theChip);
◆ m_DDmgr
◆ m_epsilon
const double GeoVPixelFactory::m_epsilon |
|
protectedinherited |
◆ m_gmt_mgr
◆ m_isModule3D
bool GeoPixelChip::m_isModule3D |
|
private |
◆ m_mapAX
std::shared_ptr<std::map<std::string, GeoAlignableTransform*> > GeoVPixelFactory::m_mapAX |
|
protectedinherited |
◆ m_mapFPV
std::shared_ptr<std::map<std::string, GeoFullPhysVol*> > GeoVPixelFactory::m_mapFPV |
|
protectedinherited |
◆ m_mat_mgr
◆ m_sqliteReader
GeoModelIO::ReadGeoModel* GeoVPixelFactory::m_sqliteReader |
|
protectedinherited |
The documentation for this class was generated from the following files:
GeoVPixelFactory(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)