#include <PixelDetectorDC1DC2.h>
Definition at line 115 of file PixelDetectorDC1DC2.h.
◆ GeoPixelDisk() [1/2]
Definition at line 224 of file PixelDetectorDC1DC2.cxx.
227{
228
229
230
231
232
233
234
235 double rmin =
RMin();
236 double rmax =
RMax();
238 const GeoMaterial* air =
m_mat_mgr->getMaterial(
"std::Air");
239 const GeoTube* diskTube = new GeoTube(rmin,rmax,halflength);
240 m_theDisk =
new GeoLogVol(
"diskLog",diskTube,air);
241}
GeoIntrusivePtr< GeoLogVol > m_theDisk
StoredMaterialManager * m_mat_mgr
GeoVPixelFactory(InDetDD::PixelDetectorManager *ddmgr, PixelGeometryManager *mgr)
◆ GeoPixelDisk() [2/2]
| PixelGeoDC2::GeoPixelDisk::GeoPixelDisk |
( |
const GeoPixelDisk & | | ) |
|
|
delete |
◆ ~GeoPixelDisk()
| virtual PixelGeoDC2::GeoPixelDisk::~GeoPixelDisk |
( |
| ) |
|
|
virtualdefault |
◆ Build()
| virtual GeoVPhysVol * PixelGeoDC2::GeoPixelDisk::Build |
( |
| ) |
|
|
overridevirtual |
◆ getPhiId()
| int GeoPixelDisk::getPhiId |
( |
| ) |
|
|
private |
Definition at line 344 of file PixelDetectorDC1DC2.cxx.
344 {
345 int brl_ec=0;
349 if(brl_ec == 2) {
351 } else {
352
353
354
355
357 if (phimod == -1)
phimod = 47;
358 }
360}
PixelGeometryManager * m_gmt_mgr
phimod(flags, cells_name, *args, **kw)
◆ operator=()
◆ RMax()
| double PixelGeoDC2::GeoPixelDisk::RMax |
( |
| ) |
|
◆ RMin()
| double PixelGeoDC2::GeoPixelDisk::RMin |
( |
| ) |
|
◆ Thickness()
| double PixelGeoDC2::GeoPixelDisk::Thickness |
( |
| ) |
|
◆ m_DDmgr
◆ m_epsilon
| const double PixelGeoDC2::GeoVPixelFactory::m_epsilon {} |
|
protectedinherited |
◆ m_gmt_mgr
◆ m_mat_mgr
◆ m_theDisk
| GeoIntrusivePtr<GeoLogVol> PixelGeoDC2::GeoPixelDisk::m_theDisk {} |
|
private |
The documentation for this class was generated from the following files: