Skip to content

Use low level RICH decoded data rather than reco pixels to provide #hits

Convert a number of algorithms that need basic info on the number of RICH hits to use the lowest level decoded data instead of a high level SIMD pixel data structure. Has a couple advantages

  1. Reduces the data dependencies on the RICH side to just the raw bank decoding.
  2. Makes the extracted hit counts insensitive to reconstruction level selection cuts that might be applied when forming the SIMD reco pixels.

Requires Moore!2594 (merged) to adapt to the change.

Edited by Christopher Rob Jones

Merge request reports