Print

Print


Author: [log in to unmask]
Date: Sat Apr 11 21:17:10 2015
New Revision: 2675

Log:
Actual bug fix to the new plot folders.

Modified:
    java/trunk/ecal-readout-sim/src/main/java/org/hps/readout/ecal/FADCPrimaryTriggerDriver.java

Modified: java/trunk/ecal-readout-sim/src/main/java/org/hps/readout/ecal/FADCPrimaryTriggerDriver.java
 =============================================================================
--- java/trunk/ecal-readout-sim/src/main/java/org/hps/readout/ecal/FADCPrimaryTriggerDriver.java	(original)
+++ java/trunk/ecal-readout-sim/src/main/java/org/hps/readout/ecal/FADCPrimaryTriggerDriver.java	Sat Apr 11 21:17:10 2015
@@ -108,11 +108,11 @@
     	
     	// Define plot type directories.
     	String[] plotDir = new String[PLOT_COUNT];
-    	plotType[NO_CUTS] = "NoCuts/";
-    	plotType[ALL_CUTS] = "PassedAll/";
-    	plotType[OVER_1HIT] = "2PlusHits/";
-    	plotType[OVER_2HIT] = "3PlusHits";
-    	plotType[SINGLES_CUTS] = "PassedSingles/";
+    	plotDir[NO_CUTS] = "NoCuts/";
+    	plotDir[ALL_CUTS] = "PassedAll/";
+    	plotDir[OVER_1HIT] = "2PlusHits/";
+    	plotDir[OVER_2HIT] = "3PlusHits";
+    	plotDir[SINGLES_CUTS] = "PassedSingles/";
     	
     	// Instantiate the singles plot arrays.
     	clusterSeedEnergy = new IHistogram1D[PLOT_COUNT];