Print

Print


Commit in hps-java/src/main/java/org/lcsim/hps/recon/tracking on MAIN
HPSHelicalTrackHitDriver.java+1-11.16 -> 1.17
Added class name to debug output.

hps-java/src/main/java/org/lcsim/hps/recon/tracking
HPSHelicalTrackHitDriver.java 1.16 -> 1.17
diff -u -r1.16 -r1.17
--- HPSHelicalTrackHitDriver.java	29 Sep 2012 00:22:53 -0000	1.16
+++ HPSHelicalTrackHitDriver.java	9 Oct 2012 01:10:27 -0000	1.17
@@ -252,7 +252,7 @@
         //  Put the HelicalTrackHits back into the event
         event.put(_outname, helhits, HelicalTrackHit.class, 0);
         if (_debug) {
-            System.out.println(this.getClass().getSimpleName() + ":The HelicalTrackHit collection " + _outname + " has " + helhits.size() + " hits.");
+            System.out.println(this.getClass().getSimpleName() + ": The HelicalTrackHit collection " + _outname + " has " + helhits.size() + " hits.");
         }
         event.put(_hitrelname, hitrelations, LCRelation.class, 0);
         event.put(_mcrelname, mcrelations, LCRelation.class, 0);
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