hep.lcd.recon.cluster.radial.cl
Class CalClusterCollection

java.lang.Object
  |
  +--hep.lcd.recon.cluster.radial.cl.CalClusterCollection

public class CalClusterCollection
extends Object

Forms clusters given a collection of cells containing hits.

Author:
J. Bogart
See Also:
CalCellCollection, ClusterCell
Source Code:
CalClusterCollection.java

Inner Class Summary
static class CalClusterCollection.CalCluster
          A public nested class to represent an individual cluster.
 
Constructor Summary
CalClusterCollection(CalCellCollection cellColl)
          Constructor.
 
Method Summary
 Vector clusters()
          First make clusters, then return the Vector of them.
 Vector getClusters()
          Return vector of clusters (made by a prior call to makeClusters).
 void makeClusters()
          From clusters from hit cells.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalClusterCollection

public CalClusterCollection(CalCellCollection cellColl)
Constructor. Uses detector segmentation information from @see CalCellCollection.
Method Detail

makeClusters

public void makeClusters()
From clusters from hit cells.

getClusters

public Vector getClusters()
Return vector of clusters (made by a prior call to makeClusters).

clusters

public Vector clusters()
First make clusters, then return the Vector of them.


The LCD Group