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

Rebased and added changes, commented out ZDC_HCAL in reference detector to see...

Rebased and added changes, commented out ZDC_HCAL in reference detector to see if there are other issues
parent 5f712907
No related branches found
No related tags found
No related merge requests found
......@@ -264,6 +264,7 @@
<constant name="ForwardOffMTracker_ID" value="159"/>
<constant name="ffi_ZDC_ID" value="160"/>
<constant name="ffi_ZDC_HCAL_ID" value="161"/>
<comment>
=====================================
......@@ -627,10 +628,10 @@
<constant name="ffi_ZDC_HCAL_lt_length" value="40.0*mm"/>
<constant name="ffi_ZDC_HCAL_st_x_pos" value="0.60*m"/>
<constant name="ffi_ZDC_HCAL_st_y_pos" value="0.0*m"/>
<constant name="ffi_ZDC_HCAL_st_z_pos" value="34.0*m"/>
<constant name="ffi_ZDC_HCAL_st_z_pos" value="ffi_ZDC_z_pos + ffi_ZDC_ECAL_thickness + 1*cm"/> <comment> Was 34 m, changed to be placed right after ZDC(The ecal) </comment>
<constant name="ffi_ZDC_HCAL_lt_x_pos" value="0.60*m"/>
<constant name="ffi_ZDC_HCAL_lt_y_pos" value="ffi_ZDC_HCAL_offset + (ffi_ZDC_HCAL_st_length+ffi_ZDC_HCAL_lt_length)/sqrt(2)"/>
<constant name="ffi_ZDC_HCAL_lt_z_pos" value="34.0*m"/>
<constant name="ffi_ZDC_HCAL_lt_z_pos" value="ffi_ZDC_z_pos + ffi_ZDC_ECAL_thickness + 1*cm"/> <comment> Was 34 m, changed to be placed right after ZDC(The ecal) </comment>
<comment>
-----------------------
......
......@@ -51,6 +51,7 @@
<!-- Common Generic visualization attributes -->
<comment>Common Generic visualization attributes</comment>
<display>
<!--
<vis name="InvisibleNoDaughters" showDaughters="false" visible="false"/>
<vis name="InvisibleWithDaughters" showDaughters="true" visible="false"/>
<vis name="GreenVis" alpha="0.5" r= "0.0" g="1.0" b="0.0" showDaughters="true" visible="true"/>
......@@ -65,11 +66,12 @@
<vis name="RBG510" alpha="0.5" r= "1.0" g=".2" b="0.0" showDaughters="true" visible="true"/>
<vis name="RBG" alpha="0.5" r= "1.0" g="1.0" b="1.0" showDaughters="true" visible="true"/>
<vis name="GrayVis" alpha="0.5" r= "0.75" g="0.75" b="0.75" showDaughters="true" visible="true"/>
-->
</display>
<!-- Define detector -->
<detectors>
<detector id="1" name="smallZDC" type="ZDC" readout="ZDCHits" vis="RedVis">
<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"/>
<layer repeat="2">
......
......@@ -129,8 +129,9 @@
<include ref="eic/forward_ion_beamline.xml"/>
<include ref="compact/hcal.xml"/>
<include ref="compact/forward_rich.xml"/>
<!--
<include ref="compact/ffi_ZDC_HCAL.xml"/>
-->
<!--
<include ref="compact/ci_GEM.xml"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment