|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
VtxFitter -- interface for fitting a vertex for a list of tracks
| Method Summary | |
VtxFitter |
copy()
copy the instance |
ZvFitStatus |
doFit(double[] initVtxPosition,
double[] initVtxError)
fit the vertex |
ZvVertex |
getFittedVertex()
get the resulting (fitted) vertex |
ZvTrackList |
getNewTrackList()
get the resulting (reswum) track list -- of interest, if takeNewTrackList is set to false |
ZvFitStatus |
getStatus()
get the status of the fitter |
ZvFitStatus |
getStatusCopy()
get the status of the fitter as a deep copy |
void |
setTrackList(ZvTrackList trackList)
set track list to be fitted |
void |
takeNewTrackList(boolean choice)
choose whether to record unswum (old) or swum (new) track parameters with the fitted vertex' track list |
| Method Detail |
public void setTrackList(ZvTrackList trackList)
public void takeNewTrackList(boolean choice)
public ZvVertex getFittedVertex()
public ZvTrackList getNewTrackList()
public ZvFitStatus getStatus()
public ZvFitStatus getStatusCopy()
public ZvFitStatus doFit(double[] initVtxPosition,
double[] initVtxError)
public VtxFitter copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||