hep.lcd.recon.tracking
Class ReconTrackList

java.lang.Object
  |
  +--hep.lcd.recon.tracking.ReconTrackList

public class ReconTrackList
extends Object
implements TrackList, Serializable

See Also:
Serialized Form
Source Code:
ReconTrackList.java

Constructor Summary
ReconTrackList(Vector v)
           
 
Method Summary
 int getNTracks()
          Returns the number of Track objects in this event
 Enumeration getTracks()
          Returns an Enumeration of Track objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReconTrackList

public ReconTrackList(Vector v)
Method Detail

getNTracks

public int getNTracks()
Description copied from interface: TrackList
Returns the number of Track objects in this event
Specified by:
getNTracks in interface TrackList

getTracks

public Enumeration getTracks()
Description copied from interface: TrackList
Returns an Enumeration of Track objects
Specified by:
getTracks in interface TrackList
Following copied from interface: hep.lcd.event.TrackList
See Also:
Track


The LCD Group