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
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 |
CalClusterCollection
public CalClusterCollection(CalCellCollection cellColl)
- Constructor. Uses detector segmentation information
from @see CalCellCollection.
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