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

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

Definition at line 83 of file RNTupleRange.hxx.

Classes

class  RIterator
 

Public Member Functions

 RNTupleLocalRange (ROOT::DescriptorId_t clusterId, ROOT::NTupleSize_t start, ROOT::NTupleSize_t end)
 
RIterator begin () const
 
RIterator end () const
 
ROOT::NTupleSize_t size () const
 

Private Attributes

const ROOT::DescriptorId_t fClusterId
 
const ROOT::NTupleSize_t fEnd
 
const ROOT::NTupleSize_t fStart
 

#include <ROOT/RNTupleRange.hxx>

Constructor & Destructor Documentation

◆ RNTupleLocalRange()

ROOT::RNTupleLocalRange::RNTupleLocalRange ( ROOT::DescriptorId_t clusterId,
ROOT::NTupleSize_t start,
ROOT::NTupleSize_t end )
inline

Definition at line 123 of file RNTupleRange.hxx.

Member Function Documentation

◆ begin()

RIterator ROOT::RNTupleLocalRange::begin ( ) const
inline

Definition at line 127 of file RNTupleRange.hxx.

◆ end()

RIterator ROOT::RNTupleLocalRange::end ( ) const
inline

Definition at line 128 of file RNTupleRange.hxx.

◆ size()

ROOT::NTupleSize_t ROOT::RNTupleLocalRange::size ( ) const
inline

Definition at line 129 of file RNTupleRange.hxx.

Member Data Documentation

◆ fClusterId

const ROOT::DescriptorId_t ROOT::RNTupleLocalRange::fClusterId
private

Definition at line 85 of file RNTupleRange.hxx.

◆ fEnd

const ROOT::NTupleSize_t ROOT::RNTupleLocalRange::fEnd
private

Definition at line 87 of file RNTupleRange.hxx.

◆ fStart

const ROOT::NTupleSize_t ROOT::RNTupleLocalRange::fStart
private

Definition at line 86 of file RNTupleRange.hxx.

Libraries for ROOT::RNTupleLocalRange:

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