16#ifndef ROOT7_RNTupleRange
17#define ROOT7_RNTupleRange
132namespace Experimental {
134using RNTupleGlobalRange [[deprecated(
"ROOT::Experimental::RNTupleGlobalRange moved to ROOT::RNTupleGlobalRange")]] =
136using RNTupleClusterRange [[deprecated(
"ROOT::Experimental::RNTupleClusterRange moved to ROOT::RNTupleLocalRange")]] =
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
ROOT::NTupleSize_t difference_type
bool operator==(const iterator &rh) const
ROOT::NTupleSize_t value_type
RIterator(ROOT::NTupleSize_t index)
ROOT::NTupleSize_t fIndex
std::forward_iterator_tag iterator_category
ROOT::NTupleSize_t * pointer
bool operator!=(const iterator &rh) const
ROOT::NTupleSize_t & reference
Used to loop over indexes (entries or collections) between start and end.
ROOT::NTupleSize_t size() const
ROOT::NTupleSize_t fStart
RNTupleGlobalRange(ROOT::NTupleSize_t start, ROOT::NTupleSize_t end)
Addresses a column element or field item relative to a particular cluster, instead of a global NTuple...
RNTupleLocalIndex fLocalIndex
std::forward_iterator_tag iterator_category
RIterator(RNTupleLocalIndex localIndex)
bool operator==(const iterator &rh) const
bool operator!=(const iterator &rh) const
Used to loop over entries of collections in a single cluster.
const ROOT::NTupleSize_t fStart
const ROOT::DescriptorId_t fClusterId
ROOT::NTupleSize_t size() const
RNTupleLocalRange(ROOT::DescriptorId_t clusterId, ROOT::NTupleSize_t start, ROOT::NTupleSize_t end)
const ROOT::NTupleSize_t fEnd
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
std::uint64_t DescriptorId_t
Distriniguishes elements of the same type within a descriptor, e.g. different fields.
constexpr NTupleSize_t kInvalidNTupleIndex
std::uint64_t NTupleSize_t
Integer type long enough to hold the maximum number of entries in a column.