Skip to content

SCT RDO updates to reduce size for overlay MC (ATLASSIM-3903)

Susumu Oda requested to merge oda/athena:21.3-ATLASSIM-3903 into 21.3

SCT RDO updates to reduce size for overlay MC

https://its.cern.ch/jira/browse/ATLASSIM-3903

  • SCT3_RawData_p4 was created to have an unsigned short for a data word and a unsigned short for strip (<=13 bits) and row (<=3 bits) numbers.
  • SCT_RawDataContainer_p4 was created to drop the unused error words.
  • The packing of fired strips in digitization with the Expanded mode was changed in SCT_FrontEnd and SCT_ClusteringTool.

!20213 (merged) is the corresponding MR for the master branch.

!20456 (merged) is the corresponding MR for the 21.0 branch.

RunTier0Tests.py did not find unexpected differences. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports