You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/ITSMFT/common/reconstruction/include/ITSMFTReconstruction/DecodingStat.h
+65-65Lines changed: 65 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -34,46 +34,46 @@ struct ChipStat {
34
34
};
35
35
36
36
enum DecErrors : int {
37
-
BusyViolation, // Busy violation
38
-
DataOverrun, // Data overrun
39
-
Fatal, // Fatal (?)
40
-
BusyOn, // Busy On
41
-
BusyOff, // Busy Off
42
-
TruncatedChipEmpty, // Data was truncated after ChipEmpty
43
-
TruncatedChipHeader, // Data was truncated after ChipHeader
44
-
TruncatedRegion, // Data was truncated after Region record
45
-
TruncatedLondData, // Data was truncated in the LongData record
46
-
WrongDataLongPattern, // LongData pattern has highest bit set
47
-
NoDataFound, // Region is not followed by Short or Long data
48
-
UnknownWord, // Unknown word was seen
49
-
RepeatingPixel, // Same pixel fired more than once
50
-
WrongRow, // Non-existing row decoded
51
-
APE_STRIP, //lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
TruncatedChipEmpty, // Data was truncated after ChipEmpty
43
+
TruncatedChipHeader, // Data was truncated after ChipHeader
44
+
TruncatedRegion, // Data was truncated after Region record
45
+
TruncatedLondData, // Data was truncated in the LongData record
46
+
WrongDataLongPattern, // LongData pattern has highest bit set
47
+
NoDataFound, // Region is not followed by Short or Long data
48
+
UnknownWord, // Unknown word was seen
49
+
RepeatingPixel, // Same pixel fired more than once
50
+
WrongRow, // Non-existing row decoded
51
+
APE_STRIP_START, //0xF2 - Lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
52
+
APE_ILLEGAL_CHIPID, //0xF3 - Chip ID jumped downwards within an ROF on a OB module (FATAL)
"APE_STRIP", //lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
"APE_OCCUPANCY_RATE_LIMIT_2", //pending detector events limit in packager(FATAL)
97
-
"APE_LANE_PROTOCOL_ERROR", //lane protocol error
98
-
"APE_RESERVED_FC", // reserved
99
-
"APE_ERROR_IN_NON_CRITICAL_BYTE", // Error in non critical byte
100
-
"APE_OOT_NON_CRITICAL", // OOT non-critical
88
+
"APE_STRIP_START", //0xF2 - Lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
89
+
"APE_ILLEGAL_CHIPID", // 0xF3 - Chip ID jumped downwards within an ROF on a OB module (FATAL)
ErrActPropagate | ErrActDump, //lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
ErrActPropagate | ErrActDump, // Error in non critical byte
136
-
ErrActPropagate | ErrActDump, // OOT non-critical
124
+
ErrActPropagate | ErrActDump, //0xF2 - Lane data stripped for this chip event (behaviour changed with RU FW v1.16.0, for general APE behaviour see https://alice.its.cern.ch/jira/browse/O2-1717)
125
+
ErrActPropagate | ErrActDump, //0xF3 - Chip ID jumped downwards within an ROF on a OB module (FATAL)
0 commit comments