Common user-tunable settings for reading ntuples.
All page source classes need to support the common options.
Definition at line 143 of file RNTupleOptions.hxx.
Public Types | |
enum | EClusterCache { kOff , kOn , kDefault = kOn } |
Public Member Functions | |
unsigned int | GetClusterBunchSize () const |
EClusterCache | GetClusterCache () const |
void | SetClusterBunchSize (unsigned int val) |
void | SetClusterCache (EClusterCache val) |
Private Attributes | |
unsigned int | fClusterBunchSize = 1 |
EClusterCache | fClusterCache = EClusterCache::kDefault |
#include <ROOT/RNTupleOptions.hxx>
Enumerator | |
---|---|
kOff | |
kOn | |
kDefault |
Definition at line 145 of file RNTupleOptions.hxx.
|
inline |
Definition at line 158 of file RNTupleOptions.hxx.
|
inline |
Definition at line 156 of file RNTupleOptions.hxx.
|
inline |
Definition at line 159 of file RNTupleOptions.hxx.
|
inline |
Definition at line 157 of file RNTupleOptions.hxx.
|
private |
Definition at line 153 of file RNTupleOptions.hxx.
|
private |
Definition at line 152 of file RNTupleOptions.hxx.