Skip to content

AthContainers: First steps towards supporting packed links.

Packed links are an auxiliary variable type that store ElementLinks packed into 32 bits. The container is stored as an 8-bit index into a linked vector of DataLinks.

This change adds the PackedLink class itself along with the corresponding IAuxTypeVector specialization.

Merge request reports