Commit in hps-java/src/main/java/org/lcsim/hps/util on MAIN
CollectionSizeDriver.java+2-11.1 -> 1.2
print event count

hps-java/src/main/java/org/lcsim/hps/util
CollectionSizeDriver.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CollectionSizeDriver.java	22 Feb 2013 01:32:22 -0000	1.1
+++ CollectionSizeDriver.java	25 Feb 2013 21:55:43 -0000	1.2
@@ -10,7 +10,7 @@
 /**
  * Prints a summary of collections seen in the file, and their average sizes.
  * @author Sho Uemura <[log in to unmask]>
- * @version $Id: CollectionSizeDriver.java,v 1.1 2013/02/22 01:32:22 meeg Exp $
+ * @version $Id: CollectionSizeDriver.java,v 1.2 2013/02/25 21:55:43 meeg Exp $
  */
 public class CollectionSizeDriver extends Driver {
 
@@ -38,6 +38,7 @@
 
     @Override
     public void endOfData() {
+        System.out.format("Read %d events\n", eventCount);
         List<String> names = new ArrayList<String>(collections.keySet());
         java.util.Collections.sort(names);
         for (String name:names){
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