SUBROUTINE  : FTLSEG(NSS,IM)
 
AUTHOR : I.O. Skillicorn
 
DATE : 26/07/93
 
LANGUAGE : FORTRAN
 
SHORT SUMMARY of PURPOSE:                                                
                                                                                
          Organise radial line-segment finding.                                 
          Diagnostic histograms;                                                
                                                                                
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:                       
                                                                                
 Radial data:                                                                   
               points/plane :- NDP                                              
               drift        :- DRI                                              
               radius       :- RM                                               
               wire angle   :- WW                                               
               wire number  :- NW                                               
               wire stagger :- DWS                                              
                                                                                
                                                                                
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:                      
                                                                                
 Radial track segments:                                                         
          NTRAKS segments/module                                                
          Hits/drift sign         :- IRPT/SDRFT                                 
                                                                                
                                                                                
 
CALLING TREE from FTLSEG :
 
  CALL FTLISA      == tree ==>
  CALL FTLFT       == tree ==>
 
FUNCTIONS USED :
 
None
 
KEEP SEQUENCES USED :
 
 FRDIMS FH1WORK FSGPAR FPTVTX                                                                                 
 

Comments from FTLSEG