Skip to content
  • Alex Pearce's avatar
    Refactor NBodyParticleCombiner to match ThOr::Combiner implementation. · 7651111a
    Alex Pearce authored and Rosen Matev's avatar Rosen Matev committed
    The ThOr::Combiner is considerably more complex as it must juggle
    various sets of indices in order to support SIMD-based vectorisation.
    The NBodyParticleCombiner operates on legacy LHCb::Particle objects for
    which SIMD support is not foreseen. This allows a simpler
    NBodyParticleCombiner implementation while keeping the concepts in
    ThOr::Combiner. A brave code spelunker can read either combiner to
    understand the mechanics of the combinatorics loop and vertex fitting.
    
    Moved from Phys@6935a8e4
    7651111a