Skip to content

xAODRootAccess: fix type information for ConstDataVector holder

Frank Winklmeier requested to merge fwinkl/athena:tcdvholder into master

In case of a ConstDataVector use the type information of the underlying DataVector so it can be retrieved by clients. See the discussion on !55866 (comment 6164480).

Also add public accessor for the holder to TStore.

Merge request reports