hep.lcd.recon.tracking
Class TrackReco
java.lang.Object
|
+--hep.analysis.EventHandler
|
+--hep.analysis.EventAnalyzer
|
+--hep.lcd.util.driver.Driver
|
+--hep.lcd.recon.tracking.TrackReco
- Direct Known Subclasses:
- TrackAnl
- public class TrackReco
- extends Driver
Picks up LCD events within JAS framework and passes 3D points to pattern recognition software
- Source Code:
- TrackReco.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 COMBReco tracker
vertexDetector
public VertexDetector vertexDetector
TrackReco
public TrackReco()
TrackReco
public TrackReco(TrkFitter fitter)
TrackReco
public TrackReco(boolean hist)
TrackReco
public TrackReco(TrkFitter ftr,
boolean hist)
The LCD Group