Commit in hps-java/src/main/java/org/lcsim/hps/users/phansson on MAIN
HelicalTrackHitResidualsDriver.java+4-41.1 -> 1.2
Added summary plots for top half.

hps-java/src/main/java/org/lcsim/hps/users/phansson
HelicalTrackHitResidualsDriver.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- HelicalTrackHitResidualsDriver.java	17 Oct 2012 22:52:29 -0000	1.1
+++ HelicalTrackHitResidualsDriver.java	18 Oct 2012 21:59:45 -0000	1.2
@@ -211,13 +211,13 @@
         
         dps_hth_y_b = dpsf.create("dps_hth_y_b", "Mean of y residual bottom",2);
         dps_hth_y_t = dpsf.create("dps_hth_y_t", "Mean of y residual top",2);
-        _plotter_mean_res.region(0).plot(dps_hth_y_b);
-        //_plotter_mean_res.region(0).plot(dps_hth_y_t);
+        _plotter_mean_res.region(1).plot(dps_hth_y_b);
+        _plotter_mean_res.region(0).plot(dps_hth_y_t);
 
         dps_hth_z_b = dpsf.create("dps_hth_z_b", "Mean of z residual bottom",2);
         dps_hth_z_t = dpsf.create("dps_hth_z_t", "Mean of z residual top",2);
-        _plotter_mean_res.region(1).plot(dps_hth_z_b);
-        //_plotter_mean_res.region(1).plot(dps_hth_z_t);
+        _plotter_mean_res.region(3).plot(dps_hth_z_b);
+        _plotter_mean_res.region(2).plot(dps_hth_z_t);
 
         ((PlotterRegion)_plotter_mean_res.region(0)).getPlot().setAllowUserInteraction(true);
         ((PlotterRegion) _plotter_mean_res.region(0)).getPlot().setAllowPopupMenus(true);
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