ITS/MFT decoder sends vector with certain errors details#13829
ITS/MFT decoder sends vector with certain errors details#13829shahor02 merged 1 commit intoAliceO2Group:devfrom
Conversation
An output vector<o2::itsmft::ErrorMessage> is added with information about ChipStat::RepeatingPixel error details (at the moment, other errors may be added). Each element of ErrorMessage is assigned as: errMsg.id = chipID errMsg.errType = ChipStat::RepeatingPixel (at the moment) errMsg.errInfo0 = row errMsg.errInfo1 = col
|
REQUEST FOR PRODUCTION RELEASES: This will add The following labels are available |
|
Error while checking build/O2/fullCI for a0a01cc at 2025-01-02 13:15: Full log here. |
|
Hi @shahor02, thanks a lot! This looks fine to me. I will not be able to test it immediately but at some point this feature will be used in the ITS digital scan. |
An output vectoro2::itsmft::ErrorMessage is added with information about ChipStat::RepeatingPixel error details (at the moment, other errors may be added). Each element of ErrorMessage is assigned as:
errMsg.id = chipID
errMsg.errType = ChipStat::RepeatingPixel (at the moment) errMsg.errInfo0 = row
errMsg.errInfo1 = col