1 |
mocchiut |
1.1 |
VETTORE stwerr(4)
|
2 |
|
|
1 elemento per vista
|
3 |
|
|
dimensione: 2byte ciascun elemento
|
4 |
|
|
significato:
|
5 |
|
|
sedici bit, i primi otto sono l'header della sezione;
|
6 |
|
|
i secondi otto bit sono "a b c d e f g h"
|
7 |
|
|
a = 0 sempre
|
8 |
|
|
b = 1 DSP ack error
|
9 |
|
|
c = 1 Temp. Alarm
|
10 |
|
|
d = 1 Latch up alarm
|
11 |
|
|
e = 1 RAW mode
|
12 |
|
|
f = 1 CMD length error
|
13 |
|
|
g = 1 Execution error
|
14 |
|
|
h = 1 CRC error
|
15 |
|
|
|
16 |
|
|
stwerr rappresenta la status word del calorimetro sezione per
|
17 |
|
|
sezione (data dal DSP). Tutti i bit sono 0 se non ci sono errori
|
18 |
|
|
e se l'acquisizione non e` in raw mode.
|
19 |
|
|
|
20 |
|
|
VETTORE perror(4)
|
21 |
|
|
1 elemento per vista
|
22 |
|
|
dimensione: 1 byte ciascun elemento
|
23 |
|
|
significato:
|
24 |
|
|
128 View or command not recognized searching section
|
25 |
|
|
129 Missing section
|
26 |
|
|
130 Section missing or eov reached
|
27 |
|
|
131 --- Length problems! --- section
|
28 |
|
|
132 --- CRC errors! --- section
|
29 |
|
|
133 Problems with length of view i in raw mode length
|
30 |
|
|
134 Problems with length of view i in compress mode length
|
31 |
|
|
135 Problems with length of view i in full mode length
|
32 |
|
|
136 Acq mode problems
|
33 |
|
|
137 Acq in compress mode
|
34 |
|
|
138 Acq in full mode
|
35 |
|
|
139 Problems with coding
|
36 |
|
|
140 CHKSUM wrong (pedestals)
|
37 |
|
|
141 CHKSUM wrong (thresholds)
|
38 |
|
|
|
39 |
|
|
perror rappresenta i possibili errori che si sono trovati nella
|
40 |
|
|
processazione off-line dell'evento se l'acquisizione e` in raw
|
41 |
|
|
mode merror dovrebbe essere 0 in caso non ci siano problemi; se
|
42 |
|
|
l'acquisizione e` in full (compress) mode merror e` pari a 138
|
43 |
|
|
(137) se non ci sono problemi altrimenti e` uno dei valori sopra
|
44 |
|
|
riportati.
|