Commit in lcsim/src/org/lcsim/recon/cluster/util on MAIN
BasicCluster.java+91.9 -> 1.10
GL: add toString() method

lcsim/src/org/lcsim/recon/cluster/util
BasicCluster.java 1.9 -> 1.10
diff -u -r1.9 -r1.10
--- BasicCluster.java	7 Dec 2005 16:58:52 -0000	1.9
+++ BasicCluster.java	14 Jan 2006 00:31:44 -0000	1.10
@@ -316,4 +316,13 @@
         }
         return hitSet.size();
     }
+
+    /**
+     * String representation of this object.
+     * @return A String representation of this object
+     */
+    public String toString()
+    {
+        return "BasicCluster with "+hits.size()+ " calorimeter hits";
+    }
 }
CVSspam 0.2.8