#include <GeoPixelHybrid.h>
Definition at line 11 of file GeoPixelHybrid.h.
◆ GeoPixelHybrid()
| GeoPixelHybrid::GeoPixelHybrid |
( |
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 GeoPixelHybrid.h.
19 :
GeoVPixelFactory (ddmgr, mgr, sqliteReader, std::move(mapFPV), std::move(mapAX)),
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 * GeoPixelHybrid::Build |
( |
| ) |
|
|
overridevirtual |
Implements GeoVPixelFactory.
Definition at line 20 of file GeoPixelHybrid.cxx.
20 {
21
22
23
27
28 const GeoBox* hybridBox =
new GeoBox(thickness/2.,
width/2.,
length/2.);
31
32 const GeoMaterial* hybridMat =
m_mat_mgr->getMaterialForVolume(matName,hybridBox->volume());
33 std::string logName = "HybridEC";
34 if(
m_gmt_mgr->isBarrel() ) logName =
"HybridBrl";
35 GeoLogVol* theHybrid = new GeoLogVol(logName,hybridBox,hybridMat);
36 GeoPhysVol* hybridPhys = new GeoPhysVol(theHybrid);
37
38 return hybridPhys;
39}
PixelGeometryManager * m_gmt_mgr
InDetMaterialManager * m_mat_mgr
◆ m_DDmgr
◆ m_epsilon
| const double GeoVPixelFactory::m_epsilon |
|
protectedinherited |
◆ m_gmt_mgr
◆ m_isModule3D
| bool GeoPixelHybrid::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: