Skip to content

moved SIMD HLT1 sequence to SoA POD event model

Sebastien Ponce requested to merge ahennequ_POD_SOA_VeloUT into master

Depends on LHCb!1913 (merged)

This merge request should be restructured in terms of commits. A simple squash would hide the different parts included so it should be done by hand before merging it. Anyway creating it now to be able to test it in the nightlies and in the throughput tests

Currently this merge request contains :

  • the split of the VeloTracking output between forward and backward tracks
  • the adaptation of HLT1 algorithms to the new event model introduced in LHCb!1913 (merged). These algorithms are StoreUT, VeloClusterTracking, PrVeloUT, SciFiTrackForwarding and TrackBeamLineVertexFinderSoA.
  • a TracksVPMerger to put back together all tracks (forward and backward) for MCChecking
  • converters to be able to plug old chain after any of the algorithms using the new event model. These are named TrackVP/FT/UTConverter
  • Velo only Kalman filter with momentum estimate from FT, W.I.P
Edited by Marco Cattaneo

Merge request reports