31namespace Experimental {
33class RNTupleFileWriter;
36RNTuple
CreateAnchor(std::uint16_t versionEpoch, std::uint16_t versionMajor, std::uint16_t versionMinor,
37 std::uint16_t versionPatch, std::uint64_t seekHeader, std::uint64_t nbytesHeader,
38 std::uint64_t lenHeader, std::uint64_t seekFooter, std::uint64_t nbytesFooter,
39 std::uint64_t lenFooter, std::uint64_t maxKeySize);
74 std::uint16_t versionEpoch, std::uint16_t versionMajor, std::uint16_t versionMinor, std::uint16_t versionPatch,
75 std::uint64_t seekHeader, std::uint64_t nbytesHeader, std::uint64_t lenHeader, std::uint64_t seekFooter,
76 std::uint64_t nbytesFooter, std::uint64_t lenFooter, std::uint64_t maxKeySize);
#define ClassDefNV(name, id)
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void input
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.
Long64_t Merge(TCollection *input, TFileMergeInfo *mergeInfo)
RNTuple implements the hadd MergeFile interface Merge this NTuple with the input list entries.
std::uint64_t fSeekFooter
The file offset of the footer excluding the TKey part.
std::uint64_t fNBytesFooter
The size of the compressed ntuple footer.
std::uint64_t GetLenFooter() const
static constexpr std::uint16_t kVersionPatch
std::uint64_t GetSeekHeader() const
std::uint16_t fVersionMinor
Changing the minor version indicates new optional fields added to the RNTuple meta-data.
static constexpr std::uint16_t kVersionMajor
std::uint16_t GetVersionMajor() const
std::uint64_t fSeekHeader
The file offset of the header excluding the TKey part.
std::uint64_t GetNBytesFooter() const
static constexpr std::uint16_t kVersionEpoch
std::uint64_t GetNBytesHeader() const
std::uint64_t fMaxKeySize
The maximum size for a TKey payload. Payloads bigger than this size will be written as multiple blobs...
std::uint16_t GetVersionMinor() const
std::uint64_t fNBytesHeader
The size of the compressed ntuple header.
std::uint64_t fLenHeader
The size of the uncompressed ntuple header.
std::uint16_t GetVersionPatch() const
std::uint64_t fLenFooter
The size of the uncompressed ntuple footer.
std::uint64_t GetMaxKeySize() const
std::uint64_t GetLenHeader() const
std::uint16_t fVersionPatch
Changing the patch version indicates new backported features from newer binary format versions.
TFile * fFile
! The file from which the ntuple was streamed, registered in the custom streamer
std::uint16_t fVersionMajor
Changing the major version indicates forward incompatible changes; such changes should correspond to ...
std::uint64_t GetSeekFooter() const
static constexpr std::uint16_t kVersionMinor
std::uint16_t fVersionEpoch
Version of the RNTuple binary format that the writer supports (see specification).
std::uint16_t GetVersionEpoch() const
Collection abstract base class.
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
RNTuple CreateAnchor(std::uint16_t versionEpoch, std::uint16_t versionMajor, std::uint16_t versionMinor, std::uint16_t versionPatch, std::uint64_t seekHeader, std::uint64_t nbytesHeader, std::uint64_t lenHeader, std::uint64_t seekFooter, std::uint64_t nbytesFooter, std::uint64_t lenFooter, std::uint64_t maxKeySize)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...