Skip to content

Velo ghost kill

Daniel Campora Perez requested to merge dcampora_velo_ghost_kill into master

First attempt at killing ghosts after Velo reconstruction.

  • Prefix sum of accumulated tracks before condolidating tracks.
  • Consolidation now runs a means squares fit before storing tracks. The state is also properly stored. This track corresponds to the state at the beamline.
  • 3-hit tracks have to pass a cut before being stored.
  • Simplified Kalman filter now does not perform the beamline fit.
  • Simplified Kalman filter is still disabled by default. If it is disabled, no additional memory is reserved for the additional states.
  • Maximum number of hits in a Velo track has been increased to 27 due to encountering a very rare case.
  • read_mc_folder does not check the contents of every Monte Carlo binary. This slowed down the process considerably when running over 1000+ files.
  • Various cosmetic changes.

Merge request reports