SUBROUTINE : FFKLMN(INFTUR,JTR)
AUTHOR : Stephen Burke
DATE : 26/07/93
LANGUAGE : FORTRAN
SHORT SUMMARY of PURPOSE:
Fill the Kalman filter common blocks with information from one
pattern-recognised track, including fine calibration corrections
(FFEVT0 and FFCORR), call FKLFIT (or optionally FKLFTR) to fit
it and FFOUT to write it into the output banks. Some bad-track
rejection is done here (FFRJCT).
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:
INFTUR - track bank (FTUR) index
JTR - track number
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:
None
CALLING TREE from FFKLMN :
CALL FFFILL == tree ==>
CALL FKETOI == tree ==>
CALL FKNORM == tree ==>
CALL FFHUNT == tree ==>
CALL FFCHEK == tree ==>
CALL FFEVT0 == tree ==>
CALL FFTRF == tree ==>
CALL FFCORR == tree ==>
CALL FFSTART == tree ==>
CALL FFTRUE == tree ==>
CALL FKLFTR == tree ==>
CALL FKLFIT == tree ==>
CALL FFOUT == tree ==>
CALL FKANAL == tree ==>
FUNCTIONS USED :
FFRJCT
KEEP SEQUENCES USED :
FKNPL FKCNTL FKFLAG FKCONS FKPROJ FKSMTH FKRSID FKTRUE FKMEAS
FFSTEE FFSCAL FFGEO FFWBI FFDBG FKDBG FKINT FRLORA BCS CNSTBF
FTANG STFUNCT STFCLW FTFUNCT
Comments from FFKLMN