hep.lcd.recon.tracking.fitters.klm
Class KLMTrackFit

java.lang.Object
  |
  +--hep.lcd.recon.tracking.fitters.klm.KLMTrackFit

public class KLMTrackFit
extends Object

An object returned by calling KLMTrackFitter.fitTrack

Source Code:
KLMTrackFit.java

Constructor Summary
KLMTrackFit()
           
 
Method Summary
 double getChiSQ()
           
 double[][] getErrorMatrix()
           
 KLMTrackParam getFit()
           
 int getNDOF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KLMTrackFit

public KLMTrackFit()
Method Detail

getFit

public KLMTrackParam getFit()

getNDOF

public int getNDOF()

getChiSQ

public double getChiSQ()

getErrorMatrix

public double[][] getErrorMatrix()


The LCD Group