Commit in hps-java/src/main/java/org/lcsim/hps/evio on MAIN
EvioFileProducer.java+31.16 -> 1.17
print the event number every 1000 events; will make this a configurable setting eventually

hps-java/src/main/java/org/lcsim/hps/evio
EvioFileProducer.java 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- EvioFileProducer.java	30 May 2012 00:56:23 -0000	1.16
+++ EvioFileProducer.java	25 Oct 2013 19:47:55 -0000	1.17
@@ -191,6 +191,9 @@
                     // Get next event.
                     event = reader.nextEvent();
                     ++eventCount;
+                    if (eventCount % 1000 == 0) {
+                        System.out.println("EvioFileProducer - event <" + eventCount + ">");
+                    }
                     if (event == null) {
                         break;
                     }
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