Skip to content

Replacement InDetBSErrContainer with IDCInDetBSErrContainer (ATLASRECTS-4971)

Soshi Tsuno requested to merge stsuno/athena:atlasrects-4971.v3 into master

InDetBSErrContainer was not tread-safe.

Instead, The IDCInDetBSErrContainer is prepared.

Basically, this means PixelByteStreamErrorsTool is not necessary anymore and the BS error information can be directly accessed through IDCInDetBSErrContainer.

There is some extension of the original IDCInDetBSErrContainer which only stored "module-level information. But it is now expanded to FE-level information.

Edited by Soshi Tsuno

Merge request reports