org.lcsim.emcluster
Class EMClusterList

java.lang.Object
  extended byorg.lcsim.emcluster.EMClusterList
All Implemented Interfaces:
hep.lcd.event.ClusterList, java.io.Serializable

public class EMClusterList
extends java.lang.Object
implements hep.lcd.event.ClusterList, java.io.Serializable

A ClusterList for EMClusters

Author:
Norman A. Graf
See Also:
Serialized Form

Constructor Summary
EMClusterList(java.util.List v)
          Constructor from a List of Clusters
EMClusterList(java.util.Vector v)
          Constructor from a Vector of Clusters
 
Method Summary
 java.util.Enumeration getClusters()
           
 int getNClusters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EMClusterList

public EMClusterList(java.util.List v)
Constructor from a List of Clusters

Parameters:
v - The List of EMClusters

EMClusterList

public EMClusterList(java.util.Vector v)
Constructor from a Vector of Clusters

Parameters:
v - The Vector of EMClusters
Method Detail

getNClusters

public int getNClusters()
Specified by:
getNClusters in interface hep.lcd.event.ClusterList
Returns:
The number of EMClusters in the list

getClusters

public java.util.Enumeration getClusters()
Specified by:
getClusters in interface hep.lcd.event.ClusterList
Returns:
An Enumeration of Clusters