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

Commented out small ZDC in xml file

parent c85464fe
No related branches found
No related tags found
No related merge requests found
Pipeline #8514 failed
This commit is part of merge request !59. Comments created here will be created in the context of that merge request.
......@@ -74,6 +74,7 @@
<!-- Define detector -->
<detectors>
<!--
<detector id="ffi_ZDC_HCAL_ID" name="smallZDC" type="ZDC" readout="ZDCHits" vis="RedVis">
<position x="ffi_ZDC_HCAL_st_x_pos" y="ffi_ZDC_HCAL_st_y_pos" z="ffi_ZDC_HCAL_st_z_pos"/>
<dimensions x = "ffi_ZDC_HCAL_st_length" y = "ffi_ZDC_HCAL_st_length"/>
......@@ -119,7 +120,8 @@
<slice name="Tungsten_slice" material="TungstenDens24" thickness="7*mm" vis = "GrayVis"/>
</layer>
</detector>
<detector id="2" name="largeZDC" type="ZDC" readout="ZDCHits" vis="RedVis">
-->
<detector id="ffi_ZDC_HCAL_ID" name="largeZDC" type="ZDC" readout="ZDCHits" vis="RedVis">
<position x="ffi_ZDC_HCAL_lt_x_pos" y="ffi_ZDC_HCAL_lt_y_pos" z="ffi_ZDC_HCAL_lt_z_pos"/>
<dimensions x = "ffi_ZDC_HCAL_lt_length" y = "ffi_ZDC_HCAL_lt_length"/>
<layer repeat="2">
......
......@@ -39,7 +39,6 @@ static Ref_t createDetector(Detector& lcdd, xml_h e, SensitiveDetector sens) {
Box envelope (pixel_x/2.0, pixel_y/2.0,totWidth);
Volume envelopeVol(det_name+"_envelope",envelope,air);
PlacedVolume pv;
cout << totWidth << endl;
xml_comp_t x_layer = x_det.child(_U(layer));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment