Skip to content

RAuxStore implementation

Nikolaj Kofod Krogh requested to merge mads/athena:RAuxStore-implementation into main
  • Implemented an RAuxStore for RNTuples, providing functionality equivalent to TAuxStore and TTree.
  • Introduced a manager for RAuxStore, mirroring the approach used for TAuxStore.
  • Added necessary utility functions to support the implementation.
  • Added unit tests for RAuxStore, based on the existing unit tests for TAuxStore.

Merge request reports