bank_anal


                          ANAL    Analysis bank
                          =====================
 
    Contact:  N. West, Oxford.
 
    Revision History:-
    ================
 
    3.02  N. West     First version
          N. McCauley More RAA reserved words added including free user word


 
Description
-----------
 
    Holds information from the Random Access Analyser (RAA).
 
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)
 
     +1  I KANAL_STATUS  RAA summary status word (see note 1).
     +2  I KANAL_USER_1  RAA user word: spare words for user processors
     +3  I KANAL_USER_2  
     +4  I KANAL_USER_3
     +5  I KANAL_USER_4
     +6	 I KANAL_USER_5
     +7	 I KANAL_USER_6
     +8  I KANAL_BURST   RAA Burst cut staus word.(see note 2).

Notes
-----
  

1. The RAA status word is used by different subprocessors for temporay switches
and to record results. The currently defined bits are:
    discard            0
    perm               1
    select             2
    hib                3
    mu_fol_short       4
    mu_fol_long        5

 

2. The bits set in KANAL_BURST corrospond to the burst cuts an event failed.
eg bit 2 set the event failed cut 2. Bit 0 is set only if the saving of first
events is enabled and the curent event is a first event.


Go Back to the Snoman Companion Top Page