Commit in hps-java/src/main/java/org/lcsim/hps/analysis/ecal on MAIN
HPSEcalPlotsDriver.java+2-21.7 -> 1.8
more digits in plot name

hps-java/src/main/java/org/lcsim/hps/analysis/ecal
HPSEcalPlotsDriver.java 1.7 -> 1.8
diff -u -r1.7 -r1.8
--- HPSEcalPlotsDriver.java	29 Aug 2011 23:07:02 -0000	1.7
+++ HPSEcalPlotsDriver.java	31 Aug 2011 21:58:54 -0000	1.8
@@ -34,7 +34,7 @@
  * Diagnostic plots for HPS ECal.
  * 
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: HPSEcalPlotsDriver.java,v 1.7 2011/08/29 23:07:02 meeg Exp $
+ * @version $Id: HPSEcalPlotsDriver.java,v 1.8 2011/08/31 21:58:54 meeg Exp $
  */
 public class HPSEcalPlotsDriver extends Driver {
 
@@ -362,7 +362,7 @@
 
         if (trigger) {
             hitXYPlot = aida.histogram2D(
-                    ecalCollectionName + " : hit E, event " + String.format("%05d", ClockSingleton.getClock()),
+                    ecalCollectionName + " : hit E, event " + String.format("%07d", ClockSingleton.getClock()),
                     47, -23.5, 23.5, 11, -5.5, 5.5);
         }
 
CVSspam 0.2.8