Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
TrackUtils.java+6-11.12 -> 1.13
Added errors to result map.

hps-java/src/main/java/org/lcsim/hps/recon/tracking
TrackUtils.java 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- TrackUtils.java	27 Nov 2012 02:17:29 -0000	1.12
+++ TrackUtils.java	19 Jan 2013 00:54:21 -0000	1.13
@@ -23,7 +23,7 @@
 /**
  * 
  * @author Omar Moreno <[log in to unmask]>
- * @version $Id: TrackUtils.java,v 1.12 2012/11/27 02:17:29 phansson Exp $
+ * @version $Id: TrackUtils.java,v 1.13 2013/01/19 00:54:21 phansson Exp $
  * TODO: Switch to JLab coordinates
  */
 
@@ -429,6 +429,8 @@
             
             residuals.put("resy", resy);
             residuals.put("erry", erry);
+            residuals.put("drphi", drphi_res);
+            residuals.put("msdrphi",msdrphi);
 
 
             //Now the residual for the "measurement" direction z
@@ -445,6 +447,9 @@
 
             residuals.put("resz",resz);
             residuals.put("errz",dz);
+            residuals.put("dr",hth.dr());
+            residuals.put("slope",Math.abs(slope));
+            
         
         return residuals;
     }
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1