Entry point for an RNTuple in a ROOT file.
The class points to the header and footer keys, which in turn have the references to the pages. Only the RNTuple key will be listed in the list of keys. Like TBaskets, the pages are "invisible" keys. Byte offset references in the RNTuple header and footer reference directly the data part of page records, skipping the TFile key part.
While the class is central to anchoring an RNTuple in a TFile, it is an internal detail not exposed to users. Note that there is no user-facing RNTuple class but RNTupleReader and RNTupleWriter.
Definition at line 55 of file RMiniFile.hxx.
Public Member Functions | |
Long64_t | Merge (TCollection *input, TFileMergeInfo *mergeInfo) |
Merge this NTuple with the input list entries. | |
bool | operator== (const RNTuple &other) const |
The canonical, member-wise equality test. | |
Public Attributes | |
std::uint32_t | fLenFooter = 0 |
The size of the uncompressed ntuple footer. | |
std::uint32_t | fLenHeader = 0 |
The size of the uncompressed ntuple header. | |
std::uint32_t | fNBytesFooter = 0 |
The size of the compressed ntuple footer. | |
std::uint32_t | fNBytesHeader = 0 |
The size of the compressed ntuple header. | |
std::uint64_t | fReserved = 0 |
Currently unused, reserved for later use. | |
std::uint64_t | fSeekFooter = 0 |
The file offset of the footer excluding the TKey part. | |
std::uint64_t | fSeekHeader = 0 |
The file offset of the header excluding the TKey part. | |
std::uint32_t | fSize = sizeof(RNTuple) |
Allows for skipping the struct. | |
std::uint32_t | fVersion = 0 |
Allows for evolving the struct in future versions. | |
#include <ROOT/RMiniFile.hxx>
Long64_t ROOT::Experimental::RNTuple::Merge | ( | TCollection * | input, |
TFileMergeInfo * | mergeInfo | ||
) |
Merge this NTuple with the input list entries.
Definition at line 22 of file RNTupleMerger.cxx.
The canonical, member-wise equality test.
Definition at line 76 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fLenFooter = 0 |
The size of the uncompressed ntuple footer.
Definition at line 71 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fLenHeader = 0 |
The size of the uncompressed ntuple header.
Definition at line 65 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fNBytesFooter = 0 |
The size of the compressed ntuple footer.
Definition at line 69 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fNBytesHeader = 0 |
The size of the compressed ntuple header.
Definition at line 63 of file RMiniFile.hxx.
std::uint64_t ROOT::Experimental::RNTuple::fReserved = 0 |
Currently unused, reserved for later use.
Definition at line 73 of file RMiniFile.hxx.
std::uint64_t ROOT::Experimental::RNTuple::fSeekFooter = 0 |
The file offset of the footer excluding the TKey part.
Definition at line 67 of file RMiniFile.hxx.
std::uint64_t ROOT::Experimental::RNTuple::fSeekHeader = 0 |
The file offset of the header excluding the TKey part.
Definition at line 61 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fSize = sizeof(RNTuple) |
Allows for skipping the struct.
Definition at line 59 of file RMiniFile.hxx.
std::uint32_t ROOT::Experimental::RNTuple::fVersion = 0 |
Allows for evolving the struct in future versions.
Definition at line 57 of file RMiniFile.hxx.