#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 |
Definition at line 13 of file GeoPixelChip.h.
19 :
GeoVPixelFactory (ddmgr, mgr, sqliteReader, std::move(mapFPV), std::move(mapAX)),
21 {};
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)
◆ Build()
| GeoVPhysVol * GeoPixelChip::Build |
( |
| ) |
|
|
overridevirtual |
Implements GeoVPixelFactory.
Definition at line 20 of file GeoPixelChip.cxx.
20 {
21
22
23
27 std::string LogName = "ChipBrl";
28 if(
m_gmt_mgr->isEndcap() ) LogName =
"ChipEC";
29
30 const GeoBox* chipBox =
new GeoBox(thickness/2.,
width/2.,
length/2.);
31
34
35 const GeoMaterial* chipMat =
m_mat_mgr->getMaterialForVolume(matName,chipBox->volume());
36
37 GeoLogVol* theChip = new GeoLogVol(LogName,chipBox,chipMat);
38 GeoPhysVol* chipPhys = new GeoPhysVol(theChip);
39
40 return chipPhys;
41}
PixelGeometryManager * m_gmt_mgr
InDetMaterialManager * m_mat_mgr
◆ 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: