hep.lcd.event
Interface TrackList

All Known Implementing Classes:
ReconTrackList, ZvTrackList

public interface TrackList


Method Summary
 int getNTracks()
          Returns the number of Track objects in this event
 Enumeration getTracks()
          Returns an Enumeration of Track objects
 

Method Detail

getNTracks

public int getNTracks()
Returns the number of Track objects in this event

getTracks

public Enumeration getTracks()
Returns an Enumeration of Track objects
See Also:
Track


The LCD Group