Used to loop over all the cluster groups of an ntuple (in unspecified order)
Enumerate all cluster group IDs from the cluster group descriptor. No specific order can be assumed, use FindNextClusterGroupId and FindPrevClusterGroupId to traverse clusters groups by entry number.
Definition at line 534 of file RNTupleDescriptor.hxx.
Classes | |
class | RIterator |
Public Member Functions | |
RClusterGroupDescriptorIterable (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 570 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 571 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 572 of file RNTupleDescriptor.hxx.
|
private |
The associated NTuple for this range.
Definition at line 537 of file RNTupleDescriptor.hxx.