Skip to content

Vectorise stereo hit matching and make internal hit container SoA

Andre Gunther requested to merge gunther_TryToVectorizeStereoHitMatching into master
  • introduces vectorised stereo hit matching
  • internal storage for x hits is now SoA
  • adapted x candidate selection to work with new interal storage

Yields ~15% more throughput in the ForwardTracking, corresponding to 1% or so for the HLT2 sequence. No efficiency changes expected.

@decianm @sstahl @chasse @ahennequ

Edited by Andre Gunther

Merge request reports