- Feb 23, 2022
-
-
Christopher Rob Jones authored
-
Christopher Rob Jones authored
Fix regressions introduced with !3417 See merge request !3439
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Christopher Rob Jones authored
-
- Feb 22, 2022
-
-
Christopher Rob Jones authored
Fixed DeMagnet tests in DD4hep See merge request !3436
-
-
-
-
Dorothea Vom Bruch authored
Remove use of boost::variant2 Closes Rec#124 See merge request !3433
-
Dorothea Vom Bruch authored
move ADL find-able popcount into class scope by making it a friend See merge request !3429
-
Dorothea Vom Bruch authored
More ADL support for ThOr See merge request !3394
-
- Feb 21, 2022
-
-
Gerhard Raven authored
-
- Feb 18, 2022
-
-
Gerhard Raven authored
-
Gerhard Raven authored
-
- Feb 16, 2022
-
-
Rosen Matev authored
reading.py changes to allow MC object reading for sprucing See merge request !3395
-
-
Rosen Matev authored
Update EndVertex Definition for MCParticle Closes #188 See merge request !3426
-
-
- Feb 15, 2022
-
-
Rosen Matev authored
Change where LHCB_UNUSED_SUBDIR_MESSAGE_TYPE is initialized Closes #190 See merge request !3424
-
Rosen Matev authored
Search for libsodium and link ZMQLib to it See merge request !3423
-
- Feb 14, 2022
-
-
Gerhard Raven authored
- migrate ParticleCombination from Rec to LHCb in order to do so
-
Marco Clemencic authored
so that it is possible to override locally the value with a regular variable (and same for LHCB_UNUSED_SOURCE_MESSAGE_TYPE)
-
Gerhard Raven authored
- adapt code to provide those customization points when needed - also remove some backwards compatibility code in Sel::Utils which forwards to LHCb:: -- use the LHCb:: versions directly instead
-
Gerhard Raven authored
DOCA uses 'fast' for everything, LLDOCA uses IDistanceCalculator for two LHCb::Particle, falling back to 'fast' for the rest same for 'max' and 'maxcut'
-
Gerhard Raven authored
-
Gerhard Raven authored
Move computation of DOCA{,Chi2} related quantities from 'combinations' to functors which use 'combinations' - implement a generic interface which combinations must support to allow this: - get<N>() - to get the N-th candidate - transform_reduce( transformer, reducer ) - calls transformer on each element, and uses reducer to aggregate the result - pairwise_transform_reduce - as above, but loops over all pairs, so transformer must be a binary operator - pairwise_none_of - return whether all pairs pass the provided predicate
-
Gerhard Raven authored
- basically, change `std:;array` to `std::vector` while keeping it backwards compatible - change is required to be able to create a ParticleCombination from a (composite) LHCb::Particle
-
Gerhard Raven authored
* add slopes() to both types of ParticleCombination * make hasVertex_v a bit more paranoid, and settle on hasVertex_v as the sole point to decide whether to consider an object track-like or vertex-with-momentum-like. (i.e. to decide on how many degrees of freedom to consider)
-
Gerhard Raven authored
* use ADL for composites * use ADL for combinations * use ADL for track-like * constrain default ADL implementation (which call member functions) to not be to 'eager' * move code from .icpp into .h
-
Moved from Phys@fefb17ebd2c24520c9f94e8e36785922e6a6f437
-
patch generated by https://gitlab.cern.ch/lhcb/Phys/-/jobs/17974981 Moved from Phys@1352655b
-
Moved from Phys@9b8d5453
-
Moved from Phys@71c4bca3
-
Moved from Phys@4eab4603
-
Moved from Phys@05f8b990
-