Print

Print


Author: [log in to unmask]
Date: Thu May 26 11:59:50 2016
New Revision: 4379

Log:
update detector model; do not run check driver for now

Modified:
    java/trunk/integration-tests/src/test/java/org/hps/test/it/EngRun2015ReconTest.java

Modified: java/trunk/integration-tests/src/test/java/org/hps/test/it/EngRun2015ReconTest.java
 =============================================================================
--- java/trunk/integration-tests/src/test/java/org/hps/test/it/EngRun2015ReconTest.java	(original)
+++ java/trunk/integration-tests/src/test/java/org/hps/test/it/EngRun2015ReconTest.java	Thu May 26 11:59:50 2016
@@ -27,7 +27,7 @@
         File inputFile = new TestDataUtility().getTestData("run5772_integrationTest.evio");        
         File outputFile = new TestOutputFile("EngRun2015ReconTest");
         String args[] = {"-r", "-x", "/org/hps/steering/recon/EngineeringRun2015FullRecon.lcsim", "-d",
-                "HPS-EngRun2015-Nominal-v2", "-D", "outputFile=" + outputFile.getPath(), "-n", "1000",
+                "HPS-EngRun2015-Nominal-v3", "-D", "outputFile=" + outputFile.getPath(), "-n", "100",
                 inputFile.getPath()};
         System.out.println("Running EngRun2015ReconTest.main ...");
         System.out.println("writing to: " + outputFile.getPath());
@@ -38,7 +38,7 @@
         // Read in the LCIO event file and print out summary information.
         System.out.println("Running ReconCheckDriver on output ...");
         LCSimLoop loop = new LCSimLoop();
-        loop.add(new EngRun2015ReconTest.ReconCheckDriver());
+        //loop.add(new EngRun2015ReconTest.ReconCheckDriver());
         try {
             loop.setLCIORecordSource(new File(outputFile.getPath() + ".slcio"));
             loop.loop(-1);