FUNCTION    : FLOREN(RADIUS,DRIFT,DRFSGN)
 
AUTHOR : S.J. Maxfield
 
DATE : 17/12/90
 
LANGUAGE : FORTRAN
 
SHORT SUMMARY of PURPOSE:                                                
                                                                                
     Function to calculate the Lorenz angle correction to the                   
     radius of hits (along the wire).                                           
                                                                                
     The correction is simply linear with drift distance for now.               
                                                                                
LIST and DESCRIPTION of INPUT VARIABLES/ARGUMENTS:                       
                                                                                
     RADIUS :  uncorrected radial coordinate,                                   
     DRIFT  :  drift coordinate and                                             
     DRFSGN :  sign of the drift (+1.0 or -1.0)                                 
                                                                                
LIST and DESCRIPTION of OUTPUT VARIABLES/ARGUMENTS:                      
                                                                                
     Usage:                                                                     
     -----                                                                      
          Rcorrected = RADIUS + FLOREN(RADIUS,DRIFT,DRFSGN)                     
                                                                                
 
CALLING TREE from FLOREN :
 
None
 
FUNCTIONS USED :
 
None
 
KEEP SEQUENCES USED :
 
 FRLORA                                                                                                       
 

Comments from FLOREN