hep.lcd.io.ascii.handler
Class Tracks

java.lang.Object
  |
  +--hep.lcd.io.ascii.BasicHandler
        |
        +--hep.lcd.io.ascii.handler.Tracks

public class Tracks
extends BasicHandler
implements SegmentHandler

Source Code:
Tracks.java

Constructor Summary
Tracks()
           
 
Method Summary
 Class outputClass()
           
 void readSegment(LineNumberReader input, EventHeader header)
           
 
Methods inherited from class hep.lcd.io.ascii.BasicHandler
checkEnd, endEvent, parseFloat, parseInt, parsePoint, setStrict, startEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.lcd.io.ascii.EventHandler
endEvent, startEvent
 

Constructor Detail

Tracks

public Tracks()
Method Detail

readSegment

public void readSegment(LineNumberReader input,
                        EventHeader header)
                 throws IOException
Specified by:
readSegment in interface SegmentHandler

outputClass

public Class outputClass()
Specified by:
outputClass in interface EventHandler
Overrides:
outputClass in class BasicHandler


The LCD Group