Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable Class Reference

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 938 of file RNTupleDescriptor.hxx.

Classes

class  RIterator
 

Public Member Functions

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

Private Attributes

const RNTupleDescriptorfNTuple
 The associated NTuple for this range.
 

#include <ROOT/RNTupleDescriptor.hxx>

Constructor & Destructor Documentation

◆ RClusterGroupDescriptorIterable()

ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable::RClusterGroupDescriptorIterable ( const RNTupleDescriptor & ntuple)
inline

Definition at line 974 of file RNTupleDescriptor.hxx.

Member Function Documentation

◆ begin()

RIterator ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable::begin ( )
inline

Definition at line 975 of file RNTupleDescriptor.hxx.

◆ end()

RIterator ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable::end ( )
inline

Definition at line 976 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fNTuple

const RNTupleDescriptor& ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable::fNTuple
private

The associated NTuple for this range.

Definition at line 941 of file RNTupleDescriptor.hxx.

Libraries for ROOT::Experimental::RNTupleDescriptor::RClusterGroupDescriptorIterable:

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