Print

Print


Commit in lcsim/src/org/lcsim/recon/tracking/trffit on MAIN
HTrack.java+5-51.2 -> 1.3
Suppress printout.

lcsim/src/org/lcsim/recon/tracking/trffit
HTrack.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HTrack.java	7 Mar 2005 06:09:27 -0000	1.2
+++ HTrack.java	24 Jul 2007 23:57:14 -0000	1.3
@@ -251,11 +251,11 @@
         int nhits = _hits.size();
         //Loop over the hits and fill the mcids list with all the McIds
         List mcids = new ArrayList();
-        for (Iterator it = _hits.iterator(); it.hasNext(); )
-        {
-            System.out.println( ((Hit) it.next()).mcIds().size() );
-            //	 	mcids.addAll( ((Hit) it.next()).get_mc_ids() );
-        }
+//        for (Iterator it = _hits.iterator(); it.hasNext(); )
+//        {
+//            System.out.println( ((Hit) it.next()).mcIds().size() );
+//            //	 	mcids.addAll( ((Hit) it.next()).get_mc_ids() );
+//        }
         //Iterate over the list and fill the frequency map idmap
         for (Iterator it = mcids.iterator(); it.hasNext(); )
         {
CVSspam 0.2.8