Structure Diagram for FT1: User Fitter 1
                   ========================================
 
         An Introduction to the Structure Diagrams is available.
        NB  These links will be broken until the HTML Version of the Code is installed.
 
 
Introduction
------------
 
For each EV, FT1 performs a fit and places its results in an FT1 subtree
of banks. The fit is pure nonsense.  The only function is to demonstrate how to
interface a fitter into SNOMAN.  FT1 and the dummies FT2 and FT3, can all be
replaced by real fitters in SNOMAN applications.  They can be used for
development purposes but any new fitters that result and which are incorporated
into SNOMAN will be renamed to keep these slots free for further work.

IMPORTANT: FT1 ignores PMTs that have the KPF_DIS bit set in the PF word.

 
 
Titles Banks Used
-----------------
 
 TFT1  User fitter 1 control
Initialisation Routines ----------------------- FT1_FITTER_INI FT2_FITTER_INI FT3_FITTER_INI Execution Routines ------------------ FT1_FITTER FT1_FITTER_DEL FT2_FITTER FT2_FITTER_DEL FT3_FITTER FT3_FITTER_DEL Termination Routines -------------------- FT1_FITTER_TRM FT2_FITTER_TRM FT3_FITTER_TRM

Go Back to the Snoman Companion Top Page