next up previous contents
Next: Summary Records Up: Random Access Analyser Previous: Random Access Analyser   Contents


Overview

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. The way it works can be demonstrated by looking at a Programmable Event Loop (see section 9):-

$return_eof $enabled
$event_limit 0

define event_loop

   call INP           
   if_eof goto ANALYSE_FILE
   call UPK
   call CAL
   call RAA($raa_user_3,$raa_user_1)        
   quit_event

ANALYSE_FILE:
   call RAA
   call FTT
   call ANL
   call OUT

end_def

The system works as follows:-

The one weakness of RAA is that it works at a file level and won't properly handle phenomena that straddle file boundaries. In practice this is unlikely to represent a significant problem as the time windows of interest are very small compared with a the time interval of a file.

RAA has two advantages over other multi-pass analyses:-


next up previous contents
Next: Summary Records Up: Random Access Analyser Previous: Random Access Analyser   Contents
sno Guest Acct 2009-09-09