hep.lcd.io.ascii.handler
Class Tracker

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

public class Tracker
extends hep.lcd.io.ascii.handler.BasicTracker

Source Code:
Tracker.java

Constructor Summary
Tracker()
           
 
Method Summary
 Class outputClass()
           
 void readSegment(LineNumberReader input, EventHeader header)
           
 void readSegment(LineNumberReader input, hep.lcd.io.ascii.handler.LCDTrackerHits hits)
           
 
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

Tracker

public Tracker()
Method Detail

readSegment

public void readSegment(LineNumberReader input,
                        EventHeader header)
                 throws IOException

outputClass

public Class outputClass()
Overrides:
outputClass in class BasicHandler

readSegment

public void readSegment(LineNumberReader input,
                        hep.lcd.io.ascii.handler.LCDTrackerHits hits)
                 throws IOException


The LCD Group