Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Wiki page for ROOT format supportROOT is an object-orientedprogram and library developed by CERN. It was originally designed for particle physicsdata analysis and contains several features specific to this field, but it is also used in other applications such as astronomy.

Some useful links:

The RNTuple code is part of the ROOT project:
https://github.com/root-project/root/tree/master/tree/ntuple/v7

There is a technical mini introduction in
https://github.com/root-project/root/tree/master/tree/ntuple/v7/doc

Information about the low-level file format isĀ available from the code documentation of the RNTupleDescriptor class:
https://github.com/root-project/root/blob/master/tree/ntuple/v7/inc/ROOT/RNTupleDescriptor.hxx

The purpose of this wiki section is to define how the ROOT format could be directly mapped on top of the DAOS API.