Used to loop over all the clusters of an ntuple (in unspecified order)
Enumerate all cluster IDs from the cluster descriptor. No specific order can be assumed, use FindNextClusterId and FindPrevClusterId to travers clusters by entry number. TODO(jblomer): review naming of *Range classes and possibly rename consistently to *Iterable
Definition at line 458 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 NTuple for this range. | |
#include <ROOT/RNTupleDescriptor.hxx>
|
inline |
Definition at line 487 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 488 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 489 of file RNTupleDescriptor.hxx.
|
private |
The associated NTuple for this range.
Definition at line 461 of file RNTupleDescriptor.hxx.