Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/monitoring on MAIN
EcalMonitoringPlots.java+6-31.3 -> 1.4

hps-java/src/main/java/org/lcsim/hps/monitoring
EcalMonitoringPlots.java 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- EcalMonitoringPlots.java	8 Apr 2012 23:48:11 -0000	1.3
+++ EcalMonitoringPlots.java	13 Apr 2012 00:08:22 -0000	1.4
@@ -80,9 +80,12 @@
 	}	
 	
     public void endOfData() {
-    	plotter.hide();
-    	plotter.destroyRegions();
-    	hitCountPlot.reset();
+        if (plotter != null) {
+            plotter.hide();
+            plotter.destroyRegions();
+        }
+        if (hitCountPlot != null)
+            hitCountPlot.reset();
     }
 
     public void reset() {
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