Skip to content

AthContainers: Add DataVectorWithAlloc.

Add class DataVectorWithAlloc, which is DataVector together with a custom allocator for the vector elements. This will enable things like write-protecting the elements of a DataVector after construction.

Merge request reports