Skip to content

Fix the problem fo the multiple record in PixelByteStreamErrorsSvc (ATLASRECTS-4020)

PixelByteStreamErrorsSvc records/over-write the error information when it is called. This is not good for athenaMT.

Therefore, it was just turned off in rel.22.

Now, we found the solution. The error is only saved in the beginning of the event. This is controlled in InnerDetector/InDetEventCnv/PixelRawDataByteStreamCnv/src/PixelRawDataProviderTool.cxx

With this, PixelByteStreamErrorsSvc resume to save the error information.

Merge request reports