16#ifndef ROOT7_RNTupleReadOptions
17#define ROOT7_RNTupleReadOptions
20namespace Experimental {
Common user-tunable settings for reading ntuples.
unsigned int GetClusterBunchSize() const
EImplicitMT fUseImplicitMT
unsigned int fClusterBunchSize
EClusterCache GetClusterCache() const
void SetClusterCache(EClusterCache val)
EClusterCache fClusterCache
EImplicitMT GetUseImplicitMT() const
void SetUseImplicitMT(EImplicitMT val)
void SetClusterBunchSize(unsigned int val)
bool fEnableMetrics
If true, the RNTupleReader will track metrics straight from its construction, as if calling RNTupleRe...
bool HasMetricsEnabled() const
void SetMetricsEnabled(bool enable)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...