Skip to content

AthContainers: Update return type of auxdata methods of AuxElement.

For the auxdata methods of AuxElement, take the return type from the Accessor class that's used, rather from the AuxDataTraits class. This lets us handle the case where Accessor returns something other than T (such as for packed links / jagged vectors).

Merge request reports