#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 |
◆ Build()
GeoVPhysVol * GeoPixelHybrid::Build |
( |
| ) |
|
|
overridevirtual |
Implements GeoVPixelFactory.
Definition at line 20 of file GeoPixelHybrid.cxx.
28 const GeoBox* hybridBox =
new GeoBox(thickness/2.,
width/2.,
length/2.);
33 std::string logName =
"HybridEC";
35 GeoLogVol* theHybrid =
new GeoLogVol(logName,hybridBox,hybridMat);
36 GeoPhysVol* hybridPhys =
new GeoPhysVol(theHybrid);
◆ 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:
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)