hep.lcd.recon.tracking
Class FitTracks
java.lang.Object
|
+--hep.lcd.util.driver.AbstractProcessor
|
+--hep.lcd.recon.tracking.FitTracks
- public class FitTracks
- extends AbstractProcessor
Fit tracks.
- Source Code:
- FitTracks.java
Methods inherited from class hep.lcd.util.driver.AbstractProcessor |
clearContext, getDebugLevel, getDebugStream, getHistogramLevel, getName, getParameterFile, getParameters, getParameters, getRandom, histogram, init, setContext, setDetector, start, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FitTracks
public FitTracks(Tracker trkr,
VertexDetector vxd)
FitTracks
public FitTracks(Tracker trkr,
VertexDetector vxd,
TrkFitter ftr)
getFitter
public TrkFitter getFitter()
process
public void process(LCDEvent event)
- Description copied from interface:
Processor
- Called by the driver when this processor should process an event.
If the processor produces new output it should add it to the event.
- Following copied from interface:
hep.lcd.util.driver.Processor
- Parameters:
event
- The event to process
The LCD Group