Print

Print


Author: [log in to unmask]
Date: Tue Sep  8 16:39:39 2015
New Revision: 3555

Log:
Add a constant denoting the edge of the Analyzing magnet in the engineering run.

Modified:
    java/trunk/tracking/src/main/java/org/hps/recon/tracking/BeamlineConstants.java

Modified: java/trunk/tracking/src/main/java/org/hps/recon/tracking/BeamlineConstants.java
 =============================================================================
--- java/trunk/tracking/src/main/java/org/hps/recon/tracking/BeamlineConstants.java	(original)
+++ java/trunk/tracking/src/main/java/org/hps/recon/tracking/BeamlineConstants.java	Tue Sep  8 16:39:39 2015
@@ -14,5 +14,7 @@
     public static final double DIPOLE_EDGELOW_TESTRUN = 0.; // 452.2 - 462.2; //
                                                             // mm
     public static final double HARP_POSITION_TESTRUN = -674.062; // mm
-
+    
+    public static final double DIPOLE_EDGE_ENG_RUN = 457.2 + 1080/2; 
+    
 }