Errors and warnings
Errors and warning messages in Examine may come from ReadEvent, UnpackReco,
SmtRaw, SmtExamine or Framework itself. The most errors is cought by the
exeptions and can't cause core dump. The important thing: if you use
incomplete configuration - be sure that your cfg.dat and translation.map
are correct, because if it's not - the mismatch beetween configuration files
and the data will result the messages from error logger.
The usual errors and warnings are:
- from UnpackReco:
- %ERLOG-w Module count mismatch: crate id = 103 module count: raw data = 1
run config = 2 UnpackReco 20-Nov-2000 11:10:46
UnpackReco:UnpackReco Run number: 105941, Event Number: 4922
The number of VRBs in this crate in the cfg.dat doesn't match the number of VRBs in the real data.
(Note: if UnpackReco crashes in this case - it means the flag THROW_MISSING_CRATE_EXAPTION is 0 instead of 1. You should set it to 1 and recompile UnpackReco.cpp. I don't know why it's 0 by default...)
- %ERLOG-e Error in SMT raw data: Invalid chip id word
VRB id 0x36 HDI id 0x2 Invalid data 0xa202 SMTMCHModule
20-Nov-2000 11:06:38
UnpackReco:UnpackReco Run number: 105941, Event Number: 4871
The chip ID is invalid in the raw data.
- %ERLOG-e Error in SMT raw data: Invalid chip/channel ids found
VRB id 0x38 HDI id 0x3 Chip id 0xffffffff Channel id 0x3 SMTMCHModule
20-Nov-2000 11:15:01
UnpackReco:UnpackReco Run number: 105941, Event Number: 4872
The channel ID is invalid in the raw data.
- %ERLOG-e Error in SMT raw data: EOR marker not found when expected
VRB id 0x38 HDI id 0x3 SMTMCHModule 20-Nov-2000 11:15:01
UnpackReco:UnpackReco Run number: 105941, Event Number: 4872
The EOR marker is mssing in the raw data.
- from SmtRawUnp2Data:
- %ERLOG-e Number of SMT modules different from expected: Found 2 expected 0
SmtRawUnp2Data 20-Nov-2000 11:06:38
SmtRawUnp2Data:SmtRawUnp2Data Run number: 105941, Event Number: 4871
Number of SMT modules different from expected. (check your translation map)
%ERLOG-e Strip translation lookup failed:
Strip FE Address : packed= 383038 Crate =3, VRB =8, HDI =3, Chip =0, Svx Channel =56
SmtRawUnp2Data 20-Nov-2000 11:15:59
SmtRawUnp2Data:SmtRawUnp2Data Run number: 105941, Event Number: 4872
This strip with given packed address is not present in the data - but exists in the translation.map.
%ERLOG-E Error limit reached: Ignoring the rest of this VRB SmtRawUnp2Data
20-Nov-2000 11:16:31
SmtRawUnp2Data:SmtRawUnp2Data Run number: 105941, Event Number: 4873
Error limit reached (MaximumErrors parameter in the SmtRawUnp2Data.rcp) - smtraw gives up
processing of this VRB.
Alex Koubarovski
Last modified: Sat Nov 18 16:12:32 CST 2000