Commit in lcsim/src/org/lcsim/contrib/uiowa/structural on MAIN
TestFragmentIdentifier.java+7-31.2 -> 1.3
Moved histogram writing code into a commit() routine

lcsim/src/org/lcsim/contrib/uiowa/structural
TestFragmentIdentifier.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- TestFragmentIdentifier.java	26 Dec 2005 21:26:50 -0000	1.2
+++ TestFragmentIdentifier.java	6 Jan 2006 01:02:06 -0000	1.3
@@ -19,7 +19,7 @@
  * Test the performance of a FragmentIdentifier by
  * comparing it to another, cheating FragmentIdentifier.
  *
- * @version $Id: TestFragmentIdentifier.java,v 1.2 2005/12/26 21:26:50 mcharles Exp $
+ * @version $Id: TestFragmentIdentifier.java,v 1.3 2006/01/06 01:02:06 mcharles Exp $
  */
 
 public class TestFragmentIdentifier implements FragmentIdentifier 
@@ -78,7 +78,9 @@
 	debugString += test_isFragment;
 	debugString += " vs ";
 	debugString += cheat_isFragment;
+	/*
 	System.out.println(debugString);
+	*/
 
 	int numHits = clus.getCalorimeterHits().size();
 	double doca = -1.0;
@@ -136,13 +138,15 @@
             }
 	}
 
+	return test_isFragment;
+    }
+
+    public void commit() {
 	try {
 	    m_tree.commit();
 	} catch(IOException ioe1) {
             ioe1.printStackTrace(); 
         }
-
-	return test_isFragment;
     }
 
     protected FragmentIdentifier  m_testID;
CVSspam 0.2.8