hep.lcd.recon.tracking.fitters.sld
Class WeightMatrix

java.lang.Object
  |
  +--hep.lcd.recon.tracking.fitters.sld.WeightMatrix

public class WeightMatrix
extends Object

Source Code:
WeightMatrix.java

Field Summary
 boolean debug
           
 
Constructor Summary
WeightMatrix()
           
 
Method Summary
 boolean[] getActive()
           
 Jama.Matrix getMatrix()
           
 void putParams(TrkParams tp)
           
 void putTrack(Track track)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug

public boolean debug
Constructor Detail

WeightMatrix

public WeightMatrix()
Method Detail

putTrack

public void putTrack(Track track)

putParams

public void putParams(TrkParams tp)

getMatrix

public Jama.Matrix getMatrix()

getActive

public boolean[] getActive()


The LCD Group