![]() |
ROOT 6.18/05 Reference Guide |
Represents the on-disk (on storage) information about an ntuple.
This can, for instance, be used by 3rd party utilies.
Definition at line 116 of file RNTupleDescriptor.hxx.
Public Member Functions | |
const RClusterDescriptor & | GetClusterDescriptor (DescriptorId_t clusterId) const |
const RColumnDescriptor & | GetColumnDescriptor (DescriptorId_t columnId) const |
const RFieldDescriptor & | GetFieldDescriptor (DescriptorId_t fieldId) const |
std::string | GetName () const |
Private Attributes | |
std::unordered_map< DescriptorId_t, RClusterDescriptor > | fClusterDescriptors |
std::unordered_map< DescriptorId_t, RColumnDescriptor > | fColumnDescriptors |
std::unordered_map< DescriptorId_t, RFieldDescriptor > | fFieldDescriptors |
std::string | fName |
RNTupleVersion | fVersion |
Friends | |
class | RNTupleDescriptorBuilder |
#include <ROOT/RNTupleDescriptor.hxx>
|
inline |
Definition at line 132 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 129 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 128 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 135 of file RNTupleDescriptor.hxx.
|
friend |
Definition at line 117 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 125 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 124 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 123 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 121 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 120 of file RNTupleDescriptor.hxx.