|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.lcsim.matrix.LineFitter
Class for determining straight line parameters for 3D spacepoints. Array centroid is a point on the track. Array dircos contains the direction cosines for the track.
| Constructor Summary | |
LineFitter()
|
|
| Method Summary | |
double[] |
centroid()
|
double[] |
dircos()
|
Matrix |
dirCovariance()
|
void |
fit(double[][] points)
|
double |
phi()
|
double |
theta()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LineFitter()
| Method Detail |
public void fit(double[][] points)
public double[] centroid()
public double[] dircos()
public Matrix dirCovariance()
public double phi()
public double theta()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||