Print

Print


Author: [log in to unmask]
Date: Mon Jan  5 23:17:50 2015
New Revision: 1883

Log:
Oops.  Limit number of events in test.

Modified:
    java/trunk/ecal-recon/src/test/java/org/hps/recon/ecal/cluster/ClustererTest.java

Modified: java/trunk/ecal-recon/src/test/java/org/hps/recon/ecal/cluster/ClustererTest.java
 =============================================================================
--- java/trunk/ecal-recon/src/test/java/org/hps/recon/ecal/cluster/ClustererTest.java	(original)
+++ java/trunk/ecal-recon/src/test/java/org/hps/recon/ecal/cluster/ClustererTest.java	Mon Jan  5 23:17:50 2015
@@ -34,7 +34,7 @@
     static final String fileLocation = "http://www.lcsim.org/test/hps-java/MockDataReconTest.slcio";
     File inputFile;
     File testOutputDir;
-    static int nEvents = -1; 
+    static int nEvents = 500; 
     
     public void setUp() {
         // Cache the input file.