hep.lcd.io.ascii
Class BasicHandler
java.lang.Object
|
+--hep.lcd.io.ascii.BasicHandler
- Direct Known Subclasses:
- AEventMarker, hep.lcd.io.ascii.handler.BasicTracker, hep.lcd.io.ascii.handler.Calorimeter, MCPrint, MUStripSystem, Tracks
- public abstract class BasicHandler
- extends Object
- implements EventHandler
- Source Code:
- BasicHandler.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicHandler
public BasicHandler()
checkEnd
public void checkEnd(LineNumberReader input)
throws IOException
endEvent
public void endEvent(EventHeader header)
- Specified by:
endEvent
in interface EventHandler
startEvent
public void startEvent(EventHeader header)
- Specified by:
startEvent
in interface EventHandler
outputClass
public Class outputClass()
- Specified by:
outputClass
in interface EventHandler
parsePoint
protected final float[] parsePoint(StringTokenizer in)
parseFloat
protected final float parseFloat(String in)
parseInt
protected final int parseInt(String in)
setStrict
public static void setStrict(boolean value)
The LCD Group