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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReconTrackList
public ReconTrackList(Vector v)
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