52 const std::vector<Cutout *>&) {
62 double dy = t->lowZCutOutWidth;
63 double dz = t->lowZCutOutDZ;
65 GeoTrf::Translate3D cut1(0.0, -
width / 2., -
length / 2.);
66 GeoTrf::Translate3D cut2(0.0,
width / 2., -
length / 2.);
67 strd = &(strd->subtract((*sbox) << cut1));
68 strd = &(strd->subtract((*sbox) << cut2));
71 if (t->highZCutOuts) {
72 double dy = t->highZCutOutWidth;
73 double dz = t->highZCutOutDZ;
77 strd = &(strd->subtract((*sbox) << cut1));
78 strd = &(strd->subtract((*sbox) << cut2));
81 const GeoMaterial *mtrd = matManager.
getMaterial(
"muo::Honeycomb");
82 GeoLogVol *ltrd =
new GeoLogVol(
logVolName, strd, mtrd);
83 GeoPhysVol *ptrd =
new GeoPhysVol(ltrd);