#include <GeoPixelDiskSupports.h>
Definition at line 11 of file GeoPixelDiskSupports.h.
◆ GeoPixelDiskSupports()
GeoPixelDiskSupports::GeoPixelDiskSupports |
( |
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 * GeoPixelDiskSupports::Build |
( |
| ) |
|
|
overridevirtual |
Implements GeoVPixelFactory.
Definition at line 44 of file GeoPixelDiskSupports.cxx.
53 const GeoTube* supportTube =
new GeoTube(rmin,rmax,halflength);
56 std::string logName =
"DiskSup";
59 logName = logName+o.str();
60 GeoLogVol* theSupport =
new GeoLogVol(logName,supportTube,supportMat);
61 GeoPhysVol* supportPhys =
new GeoPhysVol(theSupport);
◆ NCylinders()
int GeoPixelDiskSupports::NCylinders |
( |
| ) |
|
|
inline |
◆ SetCylinder()
void GeoPixelDiskSupports::SetCylinder |
( |
int |
n | ) |
|
|
inline |
◆ ZPos()
double GeoPixelDiskSupports::ZPos |
( |
| ) |
|
|
inline |
◆ m_DDmgr
◆ m_epsilon
const double GeoVPixelFactory::m_epsilon |
|
protectedinherited |
◆ m_gmt_mgr
◆ m_halflength
std::vector<double> GeoPixelDiskSupports::m_halflength |
|
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_nframe
int GeoPixelDiskSupports::m_nframe |
|
private |
◆ m_rmax
std::vector<double> GeoPixelDiskSupports::m_rmax |
|
private |
◆ m_rmin
std::vector<double> GeoPixelDiskSupports::m_rmin |
|
private |
◆ m_sqliteReader
GeoModelIO::ReadGeoModel* GeoVPixelFactory::m_sqliteReader |
|
protectedinherited |
◆ m_typeNum
std::vector<int> GeoPixelDiskSupports::m_typeNum |
|
private |
◆ m_zpos
std::vector<double> GeoPixelDiskSupports::m_zpos |
|
private |
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)