25 GeoTrf::Transform3D xfTemp = GeoTrf::Translate3D(0.,
dx, zpos);
26 const GeoShape *sCutout;
35 sCutout = &((*cutoutbox) << xfTemp);
36 }
else if (
dead1 == 0.) {
38 sCutout = &((*cutouttrd) << xfTemp);
45 double phi = -90. * Gaudi::Units::degree;
50 GeoTrf::Transform3D xRot = GeoTrf::RotateX3D(-90. * Gaudi::Units::degree) * GeoTrf::RotateY3D(-90. * Gaudi::Units::degree);
51 xfTemp = xfTemp * xRot;
52 sCutout = &((*cutoutpara) << xfTemp);
54 GeoIntrusivePtr<GeoTrap> cutouttrap{
59 GeoTrf::Transform3D xRot = GeoTrf::RotateX3D(-90. * Gaudi::Units::degree) * GeoTrf::RotateY3D(-90. * Gaudi::Units::degree);
60 xfTemp = xfTemp * xRot;
61 sCutout = &((*cutouttrap) << xfTemp);