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

Fields inherited from class hep.lcd.util.driver.AbstractProcessor
context
 
Constructor Summary
FitTracks(Tracker trkr, VertexDetector vxd)
           
FitTracks(Tracker trkr, VertexDetector vxd, TrkFitter ftr)
           
 
Method Summary
 TrkFitter getFitter()
           
 void process(LCDEvent event)
          Called by the driver when this processor should process an event.
 
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
 

Constructor Detail

FitTracks

public FitTracks(Tracker trkr,
                 VertexDetector vxd)

FitTracks

public FitTracks(Tracker trkr,
                 VertexDetector vxd,
                 TrkFitter ftr)
Method Detail

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