Skip to content

Adding more protection from corrupt data

Stylianos Angelidakis requested to merge (removed):22.0 into master

This MR addresses two Jira tickets:

  1. For ATLASRECTS-7143: In this case we decoded an sTGC hit with zero pdo (counts). This is then translated into charge units, at the RDO->PRD step, resulting into a PRD with negative charge that causes problems in clusterization. The fix is to reject such hits with negative charge.

  2. For ATLASRECTS-7019: Protection from corrupt data. The proper solution to this is already in !55026 (merged). Just adding some extra protection on top of it.

Merge request reports