Print

Print


Author: [log in to unmask]
Date: Wed Apr  1 15:57:21 2015
New Revision: 2655

Log:
Comment out unnecessary System.out debug prints in monitoring Drivers.

Modified:
    java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalDaqPlots.java
    java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java
    java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java

Modified: java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalDaqPlots.java
 =============================================================================
--- java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalDaqPlots.java	(original)
+++ java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalDaqPlots.java	Wed Apr  1 15:57:21 2015
@@ -146,7 +146,7 @@
                     else
                         plot_id = (j - 1) * 2 + 3;
                 }
-                System.out.println("Plot in region " + plot_id + " the plot " + plots.get(id).title() + "(index: " + id + ")");
+                //System.out.println("Plot in region " + plot_id + " the plot " + plots.get(id).title() + "(index: " + id + ")");
                 plotter.region(plot_id).plot(plots.get(id));
             }
         }

Modified: java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java
 =============================================================================
--- java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java	(original)
+++ java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplay.java	Wed Apr  1 15:57:21 2015
@@ -294,7 +294,7 @@
 
         int row,column;
         String hName;
-        System.out.println("EcalEventDisplay endOfData clear histograms");
+        //System.out.println("EcalEventDisplay endOfData clear histograms");
         for(int ii = 0; ii < NUM_CHANNELS; ii++) {
             // The above instruction is a terrible hack, just to fill
             // the arrayList with all the elements. They'll be initialized
@@ -328,13 +328,7 @@
             }
 
         }
-        System.out.println("EcalEventDisplay endOfData clear histograms done");
-
-
-
-
-
-
+        //System.out.println("EcalEventDisplay endOfData clear histograms done");
     }
 
     @Override

Modified: java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java
 =============================================================================
--- java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java	(original)
+++ java/trunk/monitoring-drivers/src/main/java/org/hps/monitoring/ecal/plots/EcalEventDisplayWithRawWaveform.java	Wed Apr  1 15:57:21 2015
@@ -295,7 +295,7 @@
 
         int row,column;
         String hName;
-        System.out.println("EcalEventDisplay endOfData clear histograms");
+        //System.out.println("EcalEventDisplay endOfData clear histograms");
         for(int ii = 0; ii < NUM_CHANNELS; ii++) {
             // The above instruction is a terrible hack, just to fill
             // the arrayList with all the elements. They'll be initialized
@@ -331,7 +331,7 @@
         
         
         }
-      System.out.println("EcalEventDisplay endOfData clear histograms done");
+      //System.out.println("EcalEventDisplay endOfData clear histograms done");
 		
 		
 	}