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

Edited x position of zdc

parent f87c4897
No related branches found
No related tags found
1 merge request!46Resolve "Fix ZDC position"
Pipeline #8208 passed with stages
in 4 minutes and 23 seconds
...@@ -531,9 +531,9 @@ ...@@ -531,9 +531,9 @@
---------------------- ----------------------
</comment> </comment>
<comment> BeamLines: IP6 </comment> <comment> BeamLines: IP6 </comment>
<constant name="ffi_ZDC_x_pos" value="90.0 * cm"/>
<constant name="ffi_ZDC_y_pos" value="0.0 * cm"/>
<constant name="ffi_ZDC_z_pos" value="3800.0 * cm"/> <constant name="ffi_ZDC_z_pos" value="3800.0 * cm"/>
<constant name="ffi_ZDC_x_pos" value="ffi_ZDC_z_pos * ionCrossingAngle"/> <comment> original value="90.0 * cm" </comment>
<constant name="ffi_ZDC_y_pos" value="0.0 * cm"/>
<constant name="ffi_ZDC_rotateX_angle" value="0.0 * rad"/> <constant name="ffi_ZDC_rotateX_angle" value="0.0 * rad"/>
<constant name="ffi_ZDC_rotateY_angle" value="-0.0125 * rad"/> <constant name="ffi_ZDC_rotateY_angle" value="-0.0125 * rad"/>
<constant name="ffi_ZDC_rotateZ_angle" value="0.0 * rad"/> <constant name="ffi_ZDC_rotateZ_angle" value="0.0 * rad"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment