bank_ft


                FT    Fitter Dispatch bank.  One for each event
                ===============================================
 
    Contact:  D. L. Wark, Oxford.
 
    Revision History:-
    ================
 
    1.03  N. West     Converted to mixed format.
    2.02  N. West     Updated for hit rejection.
    2.04  D. Wark     Direction cosines added.
    2.05  N. West     Make number of interations of MRQMIN integer.
    2.07  N. West     Reworked for multiple fitters.  See also FTx,
                      FTxV, FTxT.
    2.08  S. Brice    Addition of Elastic fitter. 
    2.09  M. Moorhead Addition of the grid fitter.
    3.01  N. Tagg     Addition of the muon fitter.
    4.01  M. Neubauer Addition of Path Fitter
    4.02  M. Boulay   Addition of QPDF fitter.
    5.00  C. Kyba     Addition of TRack fitter, energy fitter, and impact
                      parameter fitter.
    5.01  N. West     Reserve FTH for Hough fitter.
    5.02  C. Kyba     Addition of FTY and FTZ, modified versions of impact
                      parameter fitter.
          C. Currat   Add FTC.
          J. Secrest  Add FTA.
          P-L Drouin  Add FTN.
    


 
Description
-----------
 
    One bank generated for each event by any number of fitters.  This is a
dispatch bank that gives access to the results of all fitters.  The reference
link points to the currently selected fitter results.  So, for example, a fit
arbitrator could set it to point to the choosen fit.
 
 
Reference Links
---------------
 
-21 -KFT_FTX_CUR  FTx   Currently selected FTx (x = fitter method letter)
 
 
Structural Links
----------------
 
-19 -KFT_FTN      0     Not used; FTN (QPDF fitter for the NCD Phase) does not produce a ZEBRA bank.
-18 -KFT_FTA      FTA   Attenuation Fitter  
-17 -KFT_FTC      FTC   Stopping Muon
-16 -KFT_FTZ      FTZ   Time-only version of FTI
-15 -KFT_FTY      FTY   Charge-only version of FTI
-14 -KFT_FTH      FTH   Hough Fitter (not yet implemented)
-13 -KFT_FTI      FTI   Muon "Impact parameter" fitter
-12 -KFT_FTK      FTK   Energy fitter
-11 -KFT_FTR      FTR   TRack fitter
-10 -KFT_FTU      FTU   QPDF fitter
 -9 -KFT_FTP      FTP   Path fitter
 -8 -KFT_FTM      FTM   Muon fitter
 -7 -KFT_FTG      FTG   Grid fitter
 -6 -KFT_FTQ      FTQ   Quad fitter
 -5 -KFT_FTT      FTT   Time fitter
 -4 -KFT_FTE      FTE   Elastic fitter
 -3 -KFT_FT3      FT3   User fitter 3
 -2 -KFT_FT2      FT2   User fitter 2
 -1 -KFT_FT1      FT1   User fitter 1
 
Status Bits
-----------
 
Note: Any status bit parameters are defined to work with bit functions such as
      IAND and BTEST.
 
Data Words
----------
 
    Data types: B(bit), I, F, D(double), H(hollerith 4 char)
 
    None.
 

Go Back to the Snoman Companion Top Page