From 1a8265613735400b90fff0272c784462ecb1a099 Mon Sep 17 00:00:00 2001 From: Alex Jentsch <ajentsch@bnl.gov> Date: Thu, 16 Sep 2021 18:11:41 +0000 Subject: [PATCH] Errant pi/2 rotation of quadrupole. --- athena.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/athena.xml b/athena.xml index a0d887d3..6573e3e4 100644 --- a/athena.xml +++ b/athena.xml @@ -221,7 +221,7 @@ </field> <field name="Q2PF_Magnet" type="MultipoleMagnet"> <position x="Q2PF_XPosition" y="0" z="Q2PF_CenterPosition"/> - <rotation x="0" y="Q2PF_RotationAngle" z="pi/2.0"/> + <rotation x="0" y="Q2PF_RotationAngle" z="0"/> <shape type="Tube" rmin="0.0" rmax="Q2PF_InnerRadius" dz="Q2PF_Length*0.5"/> <coefficient coefficient="Q2PF_Bmax" skew="0.0*tesla"/> <coefficient coefficient="Q2PF_GradientMax" skew="0.0*tesla/cm"/> -- GitLab