14#ifndef ROOT_RNTupleReadOptions
15#define ROOT_RNTupleReadOptions
19class 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...