Skip to content

AthContainers: First steps towards supporting jagged vectors.

For a jagged vector, the auxiliary variable has type JaggedVecElt. An instance of this contains begin and end indices referencing the linked payload vector.

This change adds the JaggedVecElt class along with the corresponding IAuxTypeVector specialization.

Merge request reports