SUBROUTINE : FFKAL
AUTHOR : Stephen Burke
DATE : 26/07/93
LANGUAGE : FORTRAN
SHORT SUMMARY of PURPOSE:
Top level routine (pseudo-module) to fit pattern-recognised tracks.
Does some initialisation on the first event, calls FFFIT to perform
the fit and calls FFEND at the end of a run to print some statistics.
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:
None
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:
None
CALLING TREE from FFKAL :
CALL FKINIT == tree ==>
CALL FFTEXT == tree ==>
CALL FFBKLK == tree ==>
CALL FKHBK == tree ==>
CALL FFHBK == tree ==>
CALL FFEND == tree ==>
CALL FFFIT == tree ==>
CALL FFKLCH == tree ==>
CALL FFTRAN == tree ==>
FUNCTIONS USED :
None
KEEP SEQUENCES USED :
FKNPL FFSTEE FFSCAL FFWBI FFDBG FKDBG BCS BOSMDL
Comments from FFKAL