Describes a contiguous range of entries within a single RDataFrame, corresponding to one TTree/RNTuple cluster boundary.
For filtered RDataFrames the numEntries field may be smaller than end - start because it tracks the number of entries that actually pass the filter, discovered and set lazily during the first epoch.
Definition at line 42 of file RClusterLoader.hxx.
Public Member Functions | |
| std::size_t | GetNumEntries () const |
| void | SetNumEntries (std::size_t num) |
Public Attributes | |
| std::uint64_t | end |
| std::size_t | numEntries |
| std::size_t | rdfIdx |
| std::uint64_t | start |
#include <ROOT/ML/RClusterLoader.hxx>
|
inline |
Definition at line 49 of file RClusterLoader.hxx.
|
inline |
Definition at line 50 of file RClusterLoader.hxx.
| std::uint64_t ROOT::Experimental::Internal::ML::RClusterRange::end |
Definition at line 45 of file RClusterLoader.hxx.
| std::size_t ROOT::Experimental::Internal::ML::RClusterRange::numEntries |
Definition at line 46 of file RClusterLoader.hxx.
| std::size_t ROOT::Experimental::Internal::ML::RClusterRange::rdfIdx |
Definition at line 43 of file RClusterLoader.hxx.
| std::uint64_t ROOT::Experimental::Internal::ML::RClusterRange::start |
Definition at line 44 of file RClusterLoader.hxx.