Skip to content
Snippets Groups Projects
Commit 8d55f28c authored by Marshall Scott's avatar Marshall Scott
Browse files

Increased ZDC_HCAL Box dimensions, Reduced ZDC_EMCAL world volume 2

parent e94d448c
No related branches found
No related tags found
No related merge requests found
Pipeline #8518 passed
......@@ -603,7 +603,7 @@
<comment> Global parameters </comment>
<constant name="ffi_ZDC_width" value="60.0 * cm"/>
<constant name="ffi_ZDC_thickness" value="65.0 * cm"/><comment> Changed from 200.0 cm </comment>
<constant name="ffi_ZDC_thickness" value="61.0 * cm"/><comment> Changed from 200.0 cm </comment>
<comment> Original Global parameters </comment>
<!--
<constant name="ffi_ZDC_thickness" value="250.0 * cm"/>
......
......@@ -36,7 +36,7 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) {
int layer_num = 1;
int slice_num = 1;
double totWidth = Layering(x_det).totalThickness();
Box envelope ((pixel_x + 10.0*dd4hep::mm)/2.0, (pixel_y + 10.0*dd4hep::mm)/2.0,totWidth/2.0);
Box envelope ((pixel_x + 18.0*dd4hep::mm)/2.0, (pixel_y + 18.0*dd4hep::mm)/2.0,totWidth/2.0);
Volume envelopeVol(det_name+"_envelope",envelope,air);
PlacedVolume pv;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment