Commit in lcsim/src/org/lcsim/event on MAIN
Cluster.java+7-11.4 -> 1.5
GL: Add a column 'Size' for browsing cluster collections

lcsim/src/org/lcsim/event
Cluster.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- Cluster.java	15 Mar 2005 05:14:09 -0000	1.4
+++ Cluster.java	25 Aug 2005 23:10:05 -0000	1.5
@@ -4,7 +4,7 @@
 /** The LCIO cluster.
  * 
  * @author gaede
- * @version $Id: Cluster.java,v 1.4 2005/03/15 05:14:09 tonyj Exp $
+ * @version $Id: Cluster.java,v 1.5 2005/08/25 23:10:05 lima Exp $
  */
 
 public interface Cluster
@@ -37,6 +37,12 @@
      */
     public double getIPhi();
 
+    /** Number of hits in cluster.  Hits on subclusters should be
+     * included, and hits belonging to more than one subclusters
+     * should be counted only once.
+     */
+    public int getSize();
+
     /** Covariance matrix of the direction (3 Parameters)
      */
     public double[] getDirectionError();
CVSspam 0.2.8