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 1024 of file RNTupleDescriptor.hxx.
Classes | |
class | RIterator |
Public Member Functions | |
RClusterDescriptorIterable (const RNTupleDescriptor &ntuple) | |
RIterator | begin () |
RIterator | end () |
Private Attributes | |
const RNTupleDescriptor & | fNTuple |
The associated RNTuple for this range. | |
#include <ROOT/RNTupleDescriptor.hxx>
|
inline |
Definition at line 1060 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 1061 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 1062 of file RNTupleDescriptor.hxx.
|
private |
The associated RNTuple for this range.
Definition at line 1027 of file RNTupleDescriptor.hxx.