Commit in hps-java/src/main/java/org/lcsim/hps/monitoring/svt on MAIN
TrackingReconstructionPlots.java+61.14 -> 1.15
Show a few of the plotters.

hps-java/src/main/java/org/lcsim/hps/monitoring/svt
TrackingReconstructionPlots.java 1.14 -> 1.15
diff -u -r1.14 -r1.15
--- TrackingReconstructionPlots.java	5 Jun 2013 19:03:21 -0000	1.14
+++ TrackingReconstructionPlots.java	12 Jul 2013 23:11:19 -0000	1.15
@@ -112,6 +112,8 @@
         plotter.region(1).plot(trkPy);
         plotter.region(2).plot(trkPz);
         plotter.region(3).plot(trkChi2);
+        
+        plotter.show();
 
 //   ******************************************************************
 
@@ -133,6 +135,8 @@
         top1.region(1).plot(toptrkPy);
         top1.region(2).plot(toptrkPz);
         top1.region(3).plot(toptrkChi2);
+        
+        top1.show();
 
 
         bot1 = fac.createPlotterFactory().create("Bottom Tracking Plots");
@@ -153,6 +157,8 @@
         bot1.region(2).plot(bottrkPz);
         bot1.region(3).plot(bottrkChi2);
 
+        bot1.show();
+        
 //   ******************************************************************
 
         IHistogram1D trkd0 = aida.histogram1D("d0 ", 25, -100.0, 100.0);
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