Structure Diagram for RAA: Random Access Analyser
               =================================================
 
         An Introduction to the Structure Diagrams is available.
        NB  These links will be broken until the HTML Version of the Code is installed.
 
 
Introduction
------------

The RAA processor is a framework designed to tackle one of the problems central
to the analysis of SNO data: dealing with correlations between temporally
separated events. For each processed file, RAA operates in 3 phases:-

1)  SAVE: RAA stores events in a random access file and retains a short key 
    record in memory.

2)  ANALYSE: RAA subprocessors analyse keys and can optionally restore 
    full events.

3)  RESTORE: RAA now restores all events, one at a time, from its random 
    access buffer discarding any rejected during the ANALYSE phase.


Titles Banks Used
-----------------
 
 TRAA  TRAA: Random Access Analyser Control
Initialisation Routines ----------------------- RAA_INI Execution Routines ------------------ RAA_EXE RAA_RESTORING Termination Routines -------------------- RAA_TRM

Go Back to the Snoman Companion Top Page