Commit in lcsim/test/org/lcsim on MAIN
Sidloi3SimplePfaTest.java+3-31.5 -> 1.6
run only one event for pfa test with build

lcsim/test/org/lcsim
Sidloi3SimplePfaTest.java 1.5 -> 1.6
diff -u -r1.5 -r1.6
--- Sidloi3SimplePfaTest.java	11 Mar 2011 19:30:49 -0000	1.5
+++ Sidloi3SimplePfaTest.java	1 Apr 2011 22:54:57 -0000	1.6
@@ -22,7 +22,7 @@
  * key based on a "known good" configuration.
  * 
  * @author jeremym
- * @version $Id: Sidloi3SimplePfaTest.java,v 1.5 2011/03/11 19:30:49 jeremy Exp $
+ * @version $Id: Sidloi3SimplePfaTest.java,v 1.6 2011/04/01 22:54:57 jeremy Exp $
  */
 // TODO Add answer keys and checks for number of PFOs and Tracks found; need to figure out a reasonable tolerance.
 // TODO Figure out the total event energy from the MCParticle Tree.
@@ -44,8 +44,8 @@
     // This file has 20 events.  Current answer key is based on this file.
     private static final String fileUrl = "http://www.lcsim.org/test/lcio/pythia_uds_nobeam_nobrem-0-500_SLIC-v2r9p4_geant4-v9r3p2_QGSP_BERT_sidloi3.slcio";
     
-    // Number of events to run.
-    private static final int nToRun = 7;
+    // Number of events to run.  (Answer key goes to 7 events.)
+    private static final int nToRun = 1;
        
     // Test to run the PFA and perform some simple sanity checks on the results.
     public void testPfa() throws Exception
CVSspam 0.2.8