#include <PixelDetectorDC1DC2.h>
Definition at line 115 of file PixelDetectorDC1DC2.h.
◆ GeoPixelDisk() [1/2]
Definition at line 224 of file PixelDetectorDC1DC2.cxx.
235 double rmin =
RMin();
236 double rmax =
RMax();
239 const GeoTube* diskTube =
new GeoTube(rmin,rmax,halflength);
240 m_theDisk =
new GeoLogVol(
"diskLog",diskTube,air);
◆ GeoPixelDisk() [2/2]
◆ ~GeoPixelDisk()
virtual PixelGeoDC2::GeoPixelDisk::~GeoPixelDisk |
( |
| ) |
|
|
virtualdefault |
◆ Build()
GeoVPhysVol * GeoPixelDisk::Build |
( |
| ) |
|
|
overridevirtual |
Implements PixelGeoDC2::GeoVPixelFactory.
Definition at line 243 of file PixelDetectorDC1DC2.cxx.
247 GeoFullPhysVol* diskPhys =
new GeoFullPhysVol(
m_theDisk);
267 GeoVPhysVol * modulePhys = psd.Build();
268 GeoNameTag*
tag =
new GeoNameTag(
"DiskSector");
270 diskPhys->add(
new GeoIdentifierTag(
getPhiId() ) );
271 diskPhys->add(xform);
272 diskPhys->add(modulePhys);
285 GeoTrf::RotateZ3D rm((ii+1)*
angle);
287 GeoVPhysVol * modulePhys = psd.Build();
288 GeoNameTag*
tag =
new GeoNameTag(
"DiskSector");
290 diskPhys->add(
new GeoIdentifierTag(
getPhiId() ) );
291 diskPhys->add(xform);
292 diskPhys->add(modulePhys);
302 for(
int ii =0; ii< pds.NCylinders(); ii++) {
304 GeoTrf::Translate3D
pos(0.,0.,pds.ZPos() );
305 GeoNameTag*
tag =
new GeoNameTag(
"DiskSupport");
306 GeoTransform* xform =
new GeoTransform(
pos);
308 diskPhys->add(xform);
309 diskPhys->add(pds.Build() );
◆ getPhiId()
int GeoPixelDisk::getPhiId |
( |
| ) |
|
|
private |
◆ operator=()
◆ RMax()
double GeoPixelDisk::RMax |
( |
| ) |
|
◆ RMin()
double GeoPixelDisk::RMin |
( |
| ) |
|
◆ Thickness()
double 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: