hep.lcd.recon.tracking
Class TrackRecoTPC
java.lang.Object
|
+--hep.analysis.EventHandler
|
+--hep.analysis.EventAnalyzer
|
+--hep.lcd.util.driver.Driver
|
+--hep.lcd.recon.tracking.TrackRecoTPC
- public class TrackRecoTPC
- extends Driver
Picks up LCD events within JAS framework and passes 3D points to pattern recognition software
- Source Code:
- TrackRecoTPC.java
Methods inherited from class hep.lcd.util.driver.Driver |
add, afterLastEvent, beforeFirstEvent, clearContext, contains, getDebugLevel, getHistogramLevel, getName, getSeed, process, processEvent, remove, setContext, setDebugLevel, setDetector, setHistogramLevel, setSeed, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FirstEvent
public static final int FirstEvent
LastEvent
public static final int LastEvent
tracker
public TPCReco tracker
vertexDetector
public VertexDetector vertexDetector
TrackRecoTPC
public TrackRecoTPC()
TrackRecoTPC
public TrackRecoTPC(boolean hist)
The LCD Group