Skip to content

Draft: New track class for CbmRoot

Sergei Zharko requested to merge s.zharko/cbmroot:kf-track into master

This merge request concerns the development of the new track class (see Redmine Issue 3325).

Notes:

06.06.2024: A common track parameter class will be used. The candidate for that is cbm::algo::kf::TrackParam class, which has CBM-independent implementation and is defined in the KfCore library. This class will be used by the cbm::algo::ca::Track as well.

Updates:

  • moving SIMD header from the CaCore to the KfCore library
  • moving TrackParamBase from cbm::algo::ca to the cbm::algo::kf namespace
Edited by Sergei Zharko

Merge request reports