A collection of options to steer the creation of the dataset on file.
Definition at line 22 of file RSnapshotOptions.hxx.
Public Types | |
using | ECAlgo = ROOT::ECompressionAlgorithm |
Public Member Functions | |
RSnapshotOptions ()=default | |
RSnapshotOptions (const RSnapshotOptions &)=default | |
RSnapshotOptions (RSnapshotOptions &&)=default | |
RSnapshotOptions (std::string_view mode, ECAlgo comprAlgo, int comprLevel, int autoFlush, int splitLevel, bool lazy) | |
Public Attributes | |
int | fAutoFlush = 0 |
AutoFlush value for output tree. More... | |
ECAlgo | fCompressionAlgorithm = ROOT::kZLIB |
Compression algorithm of output file. More... | |
int | fCompressionLevel = 1 |
Compression level of output file. More... | |
bool | fLazy = false |
Delay the snapshot of the dataset. More... | |
std::string | fMode = "RECREATE" |
Mode of creation of output file. More... | |
int | fSplitLevel = 99 |
Split level of output tree. More... | |
#include <ROOT/RSnapshotOptions.hxx>
Definition at line 23 of file RSnapshotOptions.hxx.
|
default |
|
default |
|
default |
|
inline |
Definition at line 27 of file RSnapshotOptions.hxx.
int ROOT::RDF::RSnapshotOptions::fAutoFlush = 0 |
AutoFlush value for output tree.
Definition at line 35 of file RSnapshotOptions.hxx.
ECAlgo ROOT::RDF::RSnapshotOptions::fCompressionAlgorithm = ROOT::kZLIB |
Compression algorithm of output file.
Definition at line 33 of file RSnapshotOptions.hxx.
int ROOT::RDF::RSnapshotOptions::fCompressionLevel = 1 |
Compression level of output file.
Definition at line 34 of file RSnapshotOptions.hxx.
bool ROOT::RDF::RSnapshotOptions::fLazy = false |
Delay the snapshot of the dataset.
Definition at line 37 of file RSnapshotOptions.hxx.
std::string ROOT::RDF::RSnapshotOptions::fMode = "RECREATE" |
Mode of creation of output file.
Definition at line 32 of file RSnapshotOptions.hxx.
int ROOT::RDF::RSnapshotOptions::fSplitLevel = 99 |
Split level of output tree.
Definition at line 36 of file RSnapshotOptions.hxx.