Commit in hps-java/src/main/java/org/lcsim/hps/recon/ecal on MAIN
HPSEcal1BitClusterer.java+41.2 -> 1.3
add setter for 1-bit cluster threshold

hps-java/src/main/java/org/lcsim/hps/recon/ecal
HPSEcal1BitClusterer.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- HPSEcal1BitClusterer.java	18 Aug 2011 22:41:30 -0000	1.2
+++ HPSEcal1BitClusterer.java	18 Aug 2011 22:50:54 -0000	1.3
@@ -54,6 +54,10 @@
         this.hitEMin = hitEMin;
     }
 
+    public void setClusterThreshold(int clusterThreshold) {
+        this.clusterThreshold = clusterThreshold;
+    }
+
     public void setEcalCollectionName(String ecalCollectionName) {
         this.ecalCollectionName = ecalCollectionName;
     }
CVSspam 0.2.8