Skip to content
Snippets Groups Projects
Commit 299ce3f9 authored by Jihee Kim's avatar Jihee Kim
Browse files

Changed back

parent 98766e17
No related branches found
No related tags found
1 merge request!83Draft: Resolve "Detailed Zero Degree Calorimeter - HCAL"
Pipeline #10720 passed with warnings
......@@ -656,7 +656,7 @@
<comment> Global parameters </comment>
<constant name="ffi_ZDC_width" value="60.0 * cm"/>
<constant name="ffi_ZDC_thickness" value="10.0 * cm"/><comment> Changed from 200.0 cm </comment>
<constant name="ffi_ZDC_thickness" value="11.0 * cm"/><comment> Changed from 200.0 cm </comment>
<comment> Original Global parameters </comment>
<!--
<constant name="ffi_ZDC_thickness" value="250.0 * cm"/>
......@@ -666,7 +666,7 @@
<constant name="ffi_ZDC_ECAL_outer_radius" value="60.0 * cm"/>
<constant name="ffi_ZDC_ECAL_width" value="5.0 * cm"/>
<constant name="ffi_ZDC_ECAL_gap" value="5.0 * mm"/>
<constant name="ffi_ZDC_ECAL_ntower" value="12"/>
<constant name="ffi_ZDC_ECAL_ntower" value="11"/>
<comment> Original number of towers parameter </comment>
<!--
<constant name="ffi_ZDC_ECAL_ntower" value="20"/>
......
......@@ -18,7 +18,7 @@ static Ref_t createDetector(Detector& desc, xml_h e, SensitiveDetector sens)
int detID = x_det.id();
xml_dim_t dim = x_det.dimensions();
double Width = dim.x();
double Width = dim.x() + 5.0 * cm;
double Thickness = dim.z();
xml_dim_t pos = x_det.position();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment