Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::RNTupleDescriptor::RClusterDescriptorIterable Class Referencefinal

Used to loop over all the clusters of an RNTuple (in unspecified order).

Enumerate all cluster IDs from all cluster descriptors. No specific order can be assumed, use RNTupleDescriptor::FindNextClusterId() and RNTupleDescriptor::FindPrevClusterId() to traverse clusters by entry number.

Definition at line 1129 of file RNTupleDescriptor.hxx.

Classes

class  RIterator

Public Member Functions

 RClusterDescriptorIterable (const RNTupleDescriptor &ntuple)
RIterator begin ()
RIterator end ()

Private Attributes

const RNTupleDescriptorfNTuple
 The associated RNTuple for this range.

#include <ROOT/RNTupleDescriptor.hxx>

Constructor & Destructor Documentation

◆ RClusterDescriptorIterable()

ROOT::RNTupleDescriptor::RClusterDescriptorIterable::RClusterDescriptorIterable ( const RNTupleDescriptor & ntuple)
inline

Definition at line 1167 of file RNTupleDescriptor.hxx.

Member Function Documentation

◆ begin()

RIterator ROOT::RNTupleDescriptor::RClusterDescriptorIterable::begin ( )
inline

Definition at line 1168 of file RNTupleDescriptor.hxx.

◆ end()

RIterator ROOT::RNTupleDescriptor::RClusterDescriptorIterable::end ( )
inline

Definition at line 1169 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fNTuple

const RNTupleDescriptor& ROOT::RNTupleDescriptor::RClusterDescriptorIterable::fNTuple
private

The associated RNTuple for this range.

Definition at line 1132 of file RNTupleDescriptor.hxx.


The documentation for this class was generated from the following file: