hep.lcd.io.ascii.handler
Class EMCalorimeter
java.lang.Object
|
+--hep.lcd.io.ascii.BasicHandler
|
+--hep.lcd.io.ascii.handler.Calorimeter
|
+--hep.lcd.io.ascii.handler.EMCalorimeter
- public class EMCalorimeter
- extends hep.lcd.io.ascii.handler.Calorimeter
- Source Code:
- EMCalorimeter.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMCalorimeter
public EMCalorimeter()
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.LCDCalorimeterHits hits,
hep.lcd.io.ascii.handler.LCDAssociatedMCParticles mc)
throws IOException
endEvent
public void endEvent(EventHeader header)
- Specified by:
endEvent
in interface EventHandler
- Overrides:
endEvent
in class BasicHandler
The LCD Group