SUBROUTINE  : FFXTRP(JTRUE,S)
 
AUTHOR : Stephen Burke
 
DATE : 02/06/92
 
LANGUAGE : FORTRAN
 
SHORT SUMMARY of PURPOSE:                                                
                                                                                
 Fill an array with true track information.                                     
                                                                                
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:                       
                                                                                
 JTRUE - the true track (STR) number                                            
 S     - the initial track vector (REAL*8 5-vector)                             
                                                                                
 FRPF/FRRF banks (true track information)                                       
                                                                                
 Geometry information in /FKCONS/                                               
                                                                                
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:                      
                                                                                
 Fills the TRUE array (in /FKTRUE/) with the true track parameters              
 at each plane                                                                  
                                                                                
 
CALLING TREE from FFXTRP :
 
  CALL FKTRAN      == tree ==>
 
FUNCTIONS USED :
 
None
 
KEEP SEQUENCES USED :
 
 FKNPL FFSTEE FKCONS FKTRUE FKPIDP BCS STFUNCT                                                                
 

Comments from FFXTRP