16#ifndef ROOT7_RNTupleReadOptions
17#define ROOT7_RNTupleReadOptions
21class RNTupleReadOptions;
128namespace Experimental {
130using RNTupleReadOptions [[deprecated(
"ROOT::Experimental::RNTupleReadOptions moved to ROOT::RNTupleReadOptions")]] =
static void SetClusterBunchSize(RNTupleReadOptions &options, unsigned int val)
static unsigned int GetClusterBunchSize(const RNTupleReadOptions &options)
Common user-tunable settings for reading RNTuples.
EImplicitMT fUseImplicitMT
bool GetEnableMetrics() const
EClusterCache GetClusterCache() const
void SetClusterCache(EClusterCache val)
void SetUseImplicitMT(EImplicitMT val)
EClusterCache fClusterCache
EImplicitMT GetUseImplicitMT() const
unsigned int fClusterBunchSize
The number of cluster to be prefetched in a single batch; this option is transitional and will be rep...
void SetEnableMetrics(bool val)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...