Common user-tunable settings for reading ntuples.
All page source classes need to support the common options.
Definition at line 121 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 123 of file RNTupleOptions.hxx.
|
inline |
Definition at line 136 of file RNTupleOptions.hxx.
|
inline |
Definition at line 134 of file RNTupleOptions.hxx.
|
inline |
Definition at line 137 of file RNTupleOptions.hxx.
|
inline |
Definition at line 135 of file RNTupleOptions.hxx.
|
private |
Definition at line 131 of file RNTupleOptions.hxx.
|
private |
Definition at line 130 of file RNTupleOptions.hxx.