- Feb 09, 2020
-
-
Gerhard Raven authored
* prefer to pass c'tor arguments by value, and std::move them in place * prefer member initialization at point of declaration * add [[nodiscard]] * prefer using over typedef * prefer =default * remove redundant inline qualifiers * add constexpr
-
- Feb 07, 2020
-
-
Rosen Matev authored
Remove thread unsafe, incident-dependent variable in MCReconstructible See merge request !2319
-
It is a common assumption in other Track classes that vectors of LHCb IDs are sorted and contain unique IDs. Making this part of the Pr::Fitted::Forward::Tracks API eases compatibility when working with other Track types.
-
Rosen Matev authored
Enable event-local memory pool for vertex and selection types See merge request !2343
-
Rosen Matev authored
Use event-local memory pool in LHCb::Pr::Muon::PIDs and muon decoding See merge request !2342
-
Rosen Matev authored
Make classes relevant to the SciFi/forward tracking event-local memory pool aware See merge request !2341
-
Rosen Matev authored
Enable event-local memory pool for LHCb::Pr::{UT::Hits,Upstream::Tracks} See merge request !2340
-
Rosen Matev authored
Enable event-local memory pool for LHCb::Pr::Velo::{Hits,Tracks} See merge request !2339
-
Rosen Matev authored
Custom allocator/memory pool in HLT1 See merge request !2270
-
-
- Feb 05, 2020
-
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
Add LHCb::make_object_array helper to construct std::array<T, N> by passing the same parameter pack to each T.
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
Make LHCb::Allocators::EventLocal<T> default to using new/delete, add [[nodiscard]], add resource() member and annotate for ROOT I/O.
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Olli Lupton authored
-
Rosen Matev authored
add small matrix/vector library working with simdwrappers + small additions to zipping See merge request !2309
-
hack forwardfitted tracks to also give me other entries of the covariance matrix, this only works because i fill them from the packers, so don"t use this in hlt1 production or what not
-
- Feb 03, 2020
-
-
Rosen Matev authored
Fixed counter checking for counters with '|' in the name See merge request !2334
-
- Jan 31, 2020
-
-
Rosen Matev authored
Provide access to channel properties (read from SIMCOND) in RICH PMT detector elements. See merge request !2353
-
-