- 16 Aug, 2021 1 commit
-
-
Rosen Matev authored
fully qualify Tagger::TaggerType See merge request !975
-
- 10 Aug, 2021 1 commit
-
-
Rosen Matev authored
Adapt to namespace rationalization in LHCb!3183 See merge request !977
-
- 09 Aug, 2021 1 commit
-
-
Gerhard Raven authored
-
- 06 Aug, 2021 3 commits
-
-
Rosen Matev authored
Implement a global ID for overlap checking of reconstruction objects Closes #12 See merge request !934
-
-
Rosen Matev authored
follow changes in LHCb!3177 See merge request !974
-
- 05 Aug, 2021 2 commits
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- 04 Aug, 2021 1 commit
-
-
Rosen Matev authored
Dropped usage of (UN)LIKELY macro See merge request !972
-
- 03 Aug, 2021 1 commit
-
-
Rosen Matev authored
Improve LoKi::DistanceCalculator thread-safety See merge request !968
-
- 02 Aug, 2021 3 commits
-
-
Lucas Meyer Garcia authored
-
Sebastien Ponce authored
-
Rosen Matev authored
Fix triangle loop detection in v1 Particle combiner Closes Moore#300 See merge request !971
-
- 30 Jul, 2021 3 commits
-
-
Alex Pearce authored
Fixes Moore#300.
-
Lucas Meyer Garcia authored
-
Lucas Meyer Garcia authored
-
- 23 Jul, 2021 2 commits
-
-
Lucas Meyer Garcia authored
-
Lucas Meyer Garcia authored
-
- 11 Jul, 2021 1 commit
-
-
Lucas Meyer Garcia authored
-
- 07 Jul, 2021 2 commits
-
-
Rosen Matev authored
Release notes and dependencies for Phys v33r0 See merge request !967
-
Rosen Matev authored
-
- 01 Jul, 2021 3 commits
-
-
Rosen Matev authored
fix clang loop copy warning See merge request !951
-
Rosen Matev authored
Rewrite CMake configuration in "modern CMake" See merge request !931
-
Marco Clemencic authored
-
- 30 Jun, 2021 1 commit
-
-
Marco Clemencic authored
also update version to 33.0 and constraint on Rec version
-
- 29 Jun, 2021 3 commits
-
-
Rosen Matev authored
Use CaloFutureUtils without CaloParticle. See merge request !940
-
-
Gerhard Raven authored
-
- 28 Jun, 2021 3 commits
-
-
Rosen Matev authored
ThOr clean-ups See merge request !945
-
Alex Pearce authored
To match ThOr::Combiner.
-
Alex Pearce authored
-
- 27 Jun, 2021 1 commit
-
-
Rosen Matev authored
Fix or workaround clang 11 warnings See merge request !959
-
- 25 Jun, 2021 8 commits
-
-
The cut acts on the 'composite' Particle object rather than on the vertex object, and a 'composite' is what one has even if the combiner tool doesn't form a vertex (e.g. the MomentumAdder).
-
It has been superseed by ThOr-based Particle combiners.
-
-
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.
-
For consistency with property names in other combiners.
-
Mother -> vertex/particle, daughter -> child.
-
- Don't run the mother cut function if the vertex fit fails. - Include failed vertex fits in the statistics.
-
-