Raw Data Format

Data taken with the Runs mode are dumped binary to a file. The DSP is readout in the eob/sob mode, all links that are enabled are readout.
  1. sob is set
  2. dsp collects data
  3. eob is set, no data are collected anymore
  4. data are read out for the all dsp links that are enabled. One link after the other is read.
For every event the data structure consist of the dsp header and the raw data.

 | data_l0 readout 1 | data_l2 readout 1 | data link 0 readout 2 | data link 1 readout 2 | ...



 | dsp header | data event 1 | data event 2 | ..... | data event N |
  
 |            | <---              raw data                    ---> |

Last modified: Mon Dec 1 07:15:27 PST 1997