28namespace Experimental {
32class RNTupleFileWriter;
#define ClassDefNV(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
Read RNTuple data blocks from a TFile container, provided by a RRawFile.
Write RNTuple data blocks in a TFile or a bare file container.
Storage provider that reads ntuple pages from a file.
Representation of an RNTuple data set in a ROOT file.
std::uint16_t fVersionMajor
Changing the major version indicates forward incompatible changes; such changes should correspond to ...
std::uint64_t fChecksum
The xxhash3 checksum of the serialized other members of the struct (excluding byte count and class ve...
std::uint64_t fSeekFooter
The file offset of the footer excluding the TKey part.
std::uint64_t GetLenFooter() const
Long64_t Merge(TCollection *input, TFileMergeInfo *mergeInfo)
RNTuple implements the hadd MergeFile interface Merge this NTuple with the input list entries.
static constexpr std::uint16_t kVersionEpoch
std::uint64_t GetNBytesHeader() const
std::uint64_t GetChecksum() const
std::uint64_t GetLenHeader() const
std::uint16_t fVersionMinor
Changing the minor version indicates new optional fields added to the RNTuple meta-data.
static constexpr std::uint16_t kVersionPatch
std::uint16_t fVersionEpoch
Version of the RNTuple binary format that the writer supports (see specification).
std::uint16_t GetVersionEpoch() const
std::uint64_t fNBytesFooter
The size of the compressed ntuple footer.
std::uint64_t fLenFooter
The size of the uncompressed ntuple footer.
std::uint64_t GetNBytesFooter() const
TFile * fFile
! The file from which the ntuple was streamed, registered in the custom streamer
std::uint64_t GetSeekHeader() const
std::uint64_t fLenHeader
The size of the uncompressed ntuple header.
std::uint64_t fNBytesHeader
The size of the compressed ntuple header.
std::uint16_t GetVersionMinor() const
std::uint16_t fVersionPatch
Changing the patch version indicates new backported features from newer binary format versions.
std::uint16_t GetVersionMajor() const
std::uint16_t GetVersionPatch() const
std::uint64_t GetSeekFooter() const
static constexpr std::uint16_t kVersionMajor
static constexpr std::uint16_t kVersionMinor
std::uint64_t fSeekHeader
The file offset of the header excluding the TKey part.
Collection abstract base class.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...