Bank MCNC


                      MCNC      NCD Current before preamplification
                      =============================================
 
    Contact:  D. Wark
 
    Revision History:-
    ================
 
    5.00  D. Wark     First version.
          H.S. Wan    Removed unused words. 
          N. West     Now before preamps. Links up are to MCNA not MCNS.
          H.S. Wan    Add _ID
    5.02  N. Oblath   Added double-precision pulse time


 
Description
-----------

These banks hold the current generated in an NCD by charge from all MCNI 
segment banks that belong to all MCNT that were lifted within a 
trigger time window. 
 
 
Reference Links
---------------

 -3  -KMCNC_MCNC   MCNC  The next unamplified current that contributes to the
                         same MCNA/MCNQ
 -2  -KMCNC_MCNA   MCNA  The preamplified current this unamplified current 
                         contributed to.
 -1  -KMCNC_MCNT   MCNT  The first track that contributed to this current.
                         (Follow MCNT's _MCNT link for the remainder).


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)
 
  +1    I  KMCNC_COUNTER_NO Counter number
  +2    I  KMCNC_NUM_BINS   Number of time bins for current array
  +3    I  KMCNC_ID         
  +4    F  KMCNC_BIN_WIDTH  Time width per bin for current array
  +5    F  KMCNC_BIN_LO          Start time of first bin of current array
  +6    D  KMCNC_DP_PULSE_TIME   Double-precision pulse time, first word
  +7                                                          second word
  +8    F  Spare
  ..
  +16   F  KMCNC_CURRENT    First word of current array.  Array size =  _NUM_BINS
                            Second word ...
                            ...

Notes
-----

   None.


Go Back to the Snoman Companion Top Page