Common user-tunable settings for storing ntuples.
All page sink classes need to support the common options.
Definition at line 46 of file RNTupleOptions.hxx.
Public Member Functions | |
int | GetCompression () const |
ENTupleContainerFormat | GetContainerFormat () const |
void | SetCompression (int val) |
void | SetCompression (RCompressionSetting::EAlgorithm algorithm, int compressionLevel) |
void | SetContainerFormat (ENTupleContainerFormat val) |
Private Attributes | |
int | fCompression {RCompressionSetting::EDefaults::kUseAnalysis} |
ENTupleContainerFormat | fContainerFormat {ENTupleContainerFormat::kTFile} |
#include <ROOT/RNTupleOptions.hxx>
|
inline |
Definition at line 51 of file RNTupleOptions.hxx.
|
inline |
Definition at line 57 of file RNTupleOptions.hxx.
Definition at line 52 of file RNTupleOptions.hxx.
|
inline |
Definition at line 53 of file RNTupleOptions.hxx.
|
inline |
Definition at line 58 of file RNTupleOptions.hxx.
|
private |
Definition at line 47 of file RNTupleOptions.hxx.
|
private |
Definition at line 48 of file RNTupleOptions.hxx.