Print

Print


Commit in lcsim/src/org/lcsim on MAIN
recon/pfa/structural/CheckDisjoint.java+1-21.1 -> 1.2
contrib/uiowa/CheckDisjoint.java+1-21.2 -> 1.3
+2-4
2 modified files
MJC: Turn off some debug printout

lcsim/src/org/lcsim/recon/pfa/structural
CheckDisjoint.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- CheckDisjoint.java	22 Oct 2008 17:51:09 -0000	1.1
+++ CheckDisjoint.java	22 Oct 2008 21:15:56 -0000	1.2
@@ -18,7 +18,7 @@
  *   2) A Collection of Cluster objects
  *   3) A HitMap
  *
- * @version $Id: CheckDisjoint.java,v 1.1 2008/10/22 17:51:09 mcharles Exp $
+ * @version $Id: CheckDisjoint.java,v 1.2 2008/10/22 21:15:56 mcharles Exp $
  * @author [log in to unmask]
  */
 
@@ -39,7 +39,6 @@
 		throw new AssertionError("ERROR: Both "+m_name1+" and "+m_name2+" contain hit with ID "+id);
 	    }
 	}
-	System.out.println("OK: No overlaps between "+set1.size()+" hits in "+m_name1+" and "+set2.size()+" hits in "+m_name2);
     }
 
     private Set<Long> getHits(String name, EventHeader event) {

lcsim/src/org/lcsim/contrib/uiowa
CheckDisjoint.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- CheckDisjoint.java	22 Oct 2008 17:41:35 -0000	1.2
+++ CheckDisjoint.java	22 Oct 2008 21:15:57 -0000	1.3
@@ -18,7 +18,7 @@
  *   2) A Collection of Cluster objects
  *   3) A HitMap
  *
- * @version $Id: CheckDisjoint.java,v 1.2 2008/10/22 17:41:35 mcharles Exp $
+ * @version $Id: CheckDisjoint.java,v 1.3 2008/10/22 21:15:57 mcharles Exp $
  * @author [log in to unmask]
  */
 
@@ -39,7 +39,6 @@
 		throw new AssertionError("ERROR: Both "+m_name1+" and "+m_name2+" contain hit with ID "+id);
 	    }
 	}
-	System.out.println("OK: No overlaps between "+set1.size()+" hits in "+m_name1+" and "+set2.size()+" hits in "+m_name2);
     }
 
     private Set<Long> getHits(String name, EventHeader event) {
CVSspam 0.2.8