Print

Print


Author: [log in to unmask]
Date: Thu Sep 10 13:25:42 2015
New Revision: 3580

Log:
This needs to be turned off because it torpedos the Hudson build in an integration test.

Modified:
    java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java

Modified: java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java
 =============================================================================
--- java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java	(original)
+++ java/trunk/recon/src/main/java/org/hps/recon/particle/ReconParticleDriver.java	Thu Sep 10 13:25:42 2015
@@ -171,7 +171,7 @@
      */
     @Override
     protected void detectorChanged(Detector detector) {
-        matcher.enablePlots(true);
+        matcher.enablePlots(false);
         
         // Set the magnetic field parameters to the appropriate values.
         Hep3Vector ip = new BasicHep3Vector(0., 0., 1.);