Print

Print


Commit in lcsim/test/org/lcsim on MAIN
Sidloi3SimplePfaTest.java+4-51.2 -> 1.3


lcsim/test/org/lcsim
Sidloi3SimplePfaTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- Sidloi3SimplePfaTest.java	30 Nov 2010 00:55:20 -0000	1.2
+++ Sidloi3SimplePfaTest.java	30 Nov 2010 01:01:40 -0000	1.3
@@ -1,8 +1,9 @@
 package org.lcsim;
 
+import static java.lang.Math.abs;
+
 import java.io.File;
 import java.net.URL;
-import java.text.DecimalFormat;
 import java.util.List;
 
 import junit.framework.TestCase;
@@ -13,19 +14,17 @@
 import org.lcsim.util.cache.FileCache;
 import org.lcsim.util.loop.LCSimLoop;
 
-import static java.lang.Math.abs;
-
 /**
  * This test runs the PFA on a few single jet events with the sidloi3 detector.
  * It checks that the energy sum is within a reasonable range and also that the
  * sums match an answer key based on a "known good" configuration.
  * 
  * @author Jeremy McCormick <[log in to unmask]>
- * @version $Id: Sidloi3SimplePfaTest.java,v 1.2 2010/11/30 00:55:20 jeremy Exp $
+ * @version $Id: Sidloi3SimplePfaTest.java,v 1.3 2010/11/30 01:01:40 jeremy Exp $
  */
 public class Sidloi3SimplePfaTest extends TestCase
 {
-    // Answer key with values rounded to one decimal place.
+    // Answer key with values rounded to two decimal places.
     // JM Nov-29-2010
     private static final double esums[] = { 184.13, 190.13 };
 
CVSspam 0.2.8