Set of merging options to pass to RNTupleMerger.
If you're using the merger through TFileMerger you need to give it string-based options instead. Here is the mapping for the TFileMerger options:
.
and =
)Definition at line 69 of file RNTupleMerger.hxx.
Public Attributes | |
std::optional< std::uint32_t > | fCompressionSettings |
If fCompressionSettings is empty (the default), the merger will not change the compression of any of its sources (fast merging). | |
ENTupleMergeErrBehavior | fErrBehavior = ENTupleMergeErrBehavior::kAbort |
Determines how the Merge function behaves upon merging errors. | |
bool | fExtraVerbose = false |
If true, the merger will emit further diagnostics and information. | |
ENTupleMergingMode | fMergingMode = ENTupleMergingMode::kFilter |
Determines how the merging treats sources with different models (. | |
#include <ROOT/RNTupleMerger.hxx>
std::optional<std::uint32_t> ROOT::Experimental::Internal::RNTupleMergeOptions::fCompressionSettings |
If fCompressionSettings is empty (the default), the merger will not change the compression of any of its sources (fast merging).
Otherwise, all sources will be converted to the specified compression algorithm and level.
Definition at line 73 of file RNTupleMerger.hxx.
ENTupleMergeErrBehavior ROOT::Experimental::Internal::RNTupleMergeOptions::fErrBehavior = ENTupleMergeErrBehavior::kAbort |
Determines how the Merge function behaves upon merging errors.
Definition at line 77 of file RNTupleMerger.hxx.
If true, the merger will emit further diagnostics and information.
Definition at line 79 of file RNTupleMerger.hxx.
ENTupleMergingMode ROOT::Experimental::Internal::RNTupleMergeOptions::fMergingMode = ENTupleMergingMode::kFilter |
Determines how the merging treats sources with different models (.
Definition at line 75 of file RNTupleMerger.hxx.