SUBROUTINE : FFSTART(SSTART,CSTART,ZSTART)
AUTHOR : Stephen Burke
DATE : 28/10/94
LANGUAGE : FORTRAN
SHORT SUMMARY of PURPOSE:
Set up the "starting vector" for the Kalman filter from the pattern
recognition output.
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:
SSTART - the initial state vector (REAL*8 5-vector)
CSTART - the covariance matrix (REAL*8 5*5 matrix)
ZSTART - the z coordinate of the starting vector (REAL*8)
Information in various Kalman filter common blocks
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:
Various common blocks are filled with the position of the start and
end points and the starting vector.
CALLING TREE from FFSTART :
CALL FKTRAN == tree ==>
CALL FKMUL == tree ==>
FUNCTIONS USED :
None
KEEP SEQUENCES USED :
FKNPL FKCNTL FKFLAG FKCONS FKPROJ FKSMTH FKRSID FKTRUE FFSTEE
FFDBG FKDBG FKINT FRLORA BCS CNSTBF FTANG STFUNCT STFCLW FTFUNCT
Comments from FFSTART