Commit in lcsim/src/org/lcsim/recon/cluster/nn on MAIN
NearestNeighborCluster.java+2-11.6 -> 1.7
Added comment to constructor to explicitly state that the hitmap will be zeroed on exit.

lcsim/src/org/lcsim/recon/cluster/nn
NearestNeighborCluster.java 1.6 -> 1.7
diff -u -r1.6 -r1.7
--- NearestNeighborCluster.java	18 Jul 2005 03:06:19 -0000	1.6
+++ NearestNeighborCluster.java	20 Jul 2005 20:35:44 -0000	1.7
@@ -17,7 +17,8 @@
      * Construct a NearestNeighborCluster. Note that the constructor actually performs the
      * clustering, given a seed hit.
      * @param decoder The CellID decoder appropriate for this collection of hits.
-     * @param hitmap The list of hit calorimeter cells available for clustering.
+     * @param hitmap The list of hit calorimeter cells available for clustering. 
+     *               This map will be zeroed on exit.
      * @param hit The seed calorimeter hit for this cluster.
      * @param key The key for the seed calorimeter hit.
      * @param threshold The energy threshold that must be met or exceeded in order
CVSspam 0.2.8