An RNTupleView provides read-only access to a single field of the ntuple.
The view owns a field and its underlying columns in order to fill an ntuple value object with data. Data can be accessed by index. For top-level fields, the index refers to the entry number. Fields that are part of nested collections have global index numbers that are derived from their parent indexes.
Fields of simple types with a Map() method will use that and thus expose zero-copy access.
Definition at line 141 of file RNTupleView.hxx.
Public Types | |
using | FieldTypeT = T |
Public Member Functions | |
RNTupleView (const RNTupleView &other)=delete | |
RNTupleView (DescriptorId_t fieldId, Detail::RPageSource *pageSource) | |
RNTupleView (RNTupleView &&other)=default | |
~RNTupleView ()=default | |
RNTupleGlobalRange | GetFieldRange () const |
template<typename C = T, std::enable_if_t< Internal::isMappable< FieldT >, C * > = nullptr> | |
const C * | MapV (const RClusterIndex &clusterIndex, NTupleSize_t &nItems) |
template<typename C = T, std::enable_if_t< Internal::isMappable< FieldT >, C * > = nullptr> | |
const C * | MapV (NTupleSize_t globalIndex, NTupleSize_t &nItems) |
const T & | operator() (const RClusterIndex &clusterIndex) |
const T & | operator() (NTupleSize_t globalIndex) |
RNTupleView & | operator= (const RNTupleView &other)=delete |
RNTupleView & | operator= (RNTupleView &&other)=default |
Private Types | |
using | FieldT = RField< T > |
Private Attributes | |
FieldT | fField |
fFieldId has fParent always set to null; views access nested fields without looking at the parent | |
Detail::RFieldBase::RValue | fValue |
Used as a Read() destination for fields that are not mappable. | |
Friends | |
class | RNTupleViewCollection |
#include <ROOT/RNTupleView.hxx>
|
private |
Definition at line 144 of file RNTupleView.hxx.
using ROOT::Experimental::RNTupleView< T >::FieldTypeT = T |
Definition at line 153 of file RNTupleView.hxx.
|
inline |
Definition at line 155 of file RNTupleView.hxx.
|
delete |
|
default |
|
default |
|
inline |
Definition at line 177 of file RNTupleView.hxx.
|
inline |
Definition at line 208 of file RNTupleView.hxx.
|
inline |
Definition at line 201 of file RNTupleView.hxx.
|
inline |
Definition at line 189 of file RNTupleView.hxx.
|
inline |
Definition at line 179 of file RNTupleView.hxx.
|
delete |
|
default |
|
friend |
Definition at line 142 of file RNTupleView.hxx.
|
private |
fFieldId has fParent always set to null; views access nested fields without looking at the parent
Definition at line 148 of file RNTupleView.hxx.
|
private |
Used as a Read() destination for fields that are not mappable.
Definition at line 150 of file RNTupleView.hxx.