bank_ftxc


          FTXC Fitter Classifier Parameters bank. One for each fitter
          ===========================================================
 
    Contact:  N. West, Oxford.
 
    Revision History:-
    ================
 
    4.02  N. West         First version.  
          B. Heintzelman  Extended ANG_CORR to 17 words and swapped with ITR.
    5.02  N. McCauley     Add new parameters: phi KS, ang KS, qthetaij, 
                          QPDT and time KS. 
          M. Dunford      Fixed new parameter mnemonics


 
Description
-----------
 
This bank holds the classifier parameters extracted from the current event
for a specific fitter.  It is similar in content to the CLNP bank but is
fixed format making it easier to access.

The exact parameters which appear here are selected by the switches in the
TCLN titles bank. See note (1)

  
Reference Links
---------------
 
    None.
 
 Structural Links
----------------

    None.
  
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)
 
    The data consists of a series of parameters.  For each the first word
    is the number of parameters present in floating point.  If 0. then that
    parameter has not been calculated.  This is followed by the words of the 
    parameter with unused words set to the "undefined" value -999999.

          KFTXC_

   1  F   NHIT           Number of NHIT parameters (max 1.)
   2  F                  NHIT parameter
   3  F   SOL_DIR        Number of Cosine of angle to sun parameters (max 1.)
   4  F                  Cosine of angle to sun
   5  F   HAR            Number of harmonic (beta) parameters (max 5.)
   6  F                  First word of harmonic (beta) parameters
   .  .   ...            Second word etc.
  11  F   RES_HAR        Number of residual-harmonic (gamma) parameters (max 5.)
  12  F                  First word of residual-harmonic (gamma) parameters
   .  .   ...            Second word etc.
  17  F   RES            Number of residual (mu) parameters
  18  F                  First word of residual (mu) parameters
   .  .   ...            Second word etc.
  23  F   LEG            Number of Legendre polynomial parameters. (max 5.)
  24  F                  First word of Legendre polynomial parameters. (See note 1.)
   .  .   ...            Second word etc.
  29  F   THETA_IJ       Number of Theta_ij parameter (max 1.)
  30  F                  Theta_ij parameter (max 1.)
  31  F   NECK_LIKE      Number of  Neck Likelihood Parameter (max 1.) 
  32  F                  Neck Likelihood Parameter
  33  F   ITR            Number of Intime Ratio (ITR) parameter (max 1.)
  34  F                  Intime Ratio (ITR) parameter
  35  F   ANG_CORR       Number of Heintzelman angular correlation parameters (max 17.)
  36  F                  First word of Heintzelman angular correlation parameters 
   .  .   ...            Second word etc.
  53  F   PHI_KS         Number of KS test of event phi symmetry parameters (max 2). 
  54  F                  Test with all hits.
  55  F                  Test with prompt hits.
  56  F   2D_KS          Number of KS test of event angular compatability with electron parameters (max 2).
  57  F                  Test with all hits.
  58  F                  Test with prompt hits.
  59  F   QW_TIJ         Number of TCharge weighted theta_ij parameter (max 1.)
  60  F                  Charge weighted Theta_ij parameter 
  61  F   QPDT           Number of QPDT parameters (0 or 4).
  62  F                  Probability of observing tube of charge Q in window.
  63  F                  Max charge (Q) in time window.
  64  F                  Total working tubes for QPDT.
  65  F                  Number of tubes in time window. 
  66  F   TIM_KS         Number of In-Cone time KS parameters (max 1)
  67  F                  Time KS parameter.

Notes
-----

1)  The TCLN bank controls what parameters are recorded in the bank and, in the
    case of multiple word parameters, the number of those parameters, but only
    up to the limit imposed by this bank.  Attempts to exceed a limit are
    ignored; the bank limit is used instead.


Go Back to the Snoman Companion Top Page