Logo ROOT  
Reference Guide
ROOT::Experimental::RNTupleClusterRange Class Reference

Used to loop over entries of collections in a single cluster.

Definition at line 75 of file RNTupleView.hxx.

Classes

class  RIterator
 

Public Member Functions

 RNTupleClusterRange (DescriptorId_t clusterId, ClusterSize_t::ValueType start, ClusterSize_t::ValueType end)
 
RIterator begin ()
 
RIterator end ()
 

Private Attributes

const DescriptorId_t fClusterId
 
const ClusterSize_t::ValueType fEnd
 
const ClusterSize_t::ValueType fStart
 

#include <ROOT/RNTupleView.hxx>

Constructor & Destructor Documentation

◆ RNTupleClusterRange()

ROOT::Experimental::RNTupleClusterRange::RNTupleClusterRange ( DescriptorId_t  clusterId,
ClusterSize_t::ValueType  start,
ClusterSize_t::ValueType  end 
)
inline

Definition at line 98 of file RNTupleView.hxx.

Member Function Documentation

◆ begin()

RIterator ROOT::Experimental::RNTupleClusterRange::begin ( )
inline

Definition at line 100 of file RNTupleView.hxx.

◆ end()

RIterator ROOT::Experimental::RNTupleClusterRange::end ( )
inline

Definition at line 101 of file RNTupleView.hxx.

Member Data Documentation

◆ fClusterId

const DescriptorId_t ROOT::Experimental::RNTupleClusterRange::fClusterId
private

Definition at line 77 of file RNTupleView.hxx.

◆ fEnd

const ClusterSize_t::ValueType ROOT::Experimental::RNTupleClusterRange::fEnd
private

Definition at line 79 of file RNTupleView.hxx.

◆ fStart

const ClusterSize_t::ValueType ROOT::Experimental::RNTupleClusterRange::fStart
private

Definition at line 78 of file RNTupleView.hxx.

Libraries for ROOT::Experimental::RNTupleClusterRange:
[legend]

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