Skip to content
Snippets Groups Projects

Support huge cluster containers for VP / UT / FT

Merged Laurent Dufour requested to merge ld-big-cluster-containers into 2024-patches
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -122,7 +122,7 @@ namespace LHCb::Container {
template <class Hit, size_t... sizes>
class MultiIndexedContainer {
public:
using offset_t = unsigned short;
using offset_t = size_t;
using const_reference = const Hit&;
using value_type = Hit;
using allocator_type = LHCb::Allocators::EventLocal<value_type>;
Loading