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:
Definition at line 88 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 (. | |
| ENTupleMergeVersionBehavior | fVersionBehavior = ENTupleMergeVersionBehavior::kWarnOnHigherVersion |
| Determines how the Merge function behaves depending on the RNTuple sources' version. | |
#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 92 of file RNTupleMerger.hxx.
| ENTupleMergeErrBehavior ROOT::Experimental::Internal::RNTupleMergeOptions::fErrBehavior = ENTupleMergeErrBehavior::kAbort |
Determines how the Merge function behaves upon merging errors.
Definition at line 96 of file RNTupleMerger.hxx.
| bool ROOT::Experimental::Internal::RNTupleMergeOptions::fExtraVerbose = false |
If true, the merger will emit further diagnostics and information.
Definition at line 100 of file RNTupleMerger.hxx.
| ENTupleMergingMode ROOT::Experimental::Internal::RNTupleMergeOptions::fMergingMode = ENTupleMergingMode::kFilter |
Determines how the merging treats sources with different models (.
Definition at line 94 of file RNTupleMerger.hxx.
| ENTupleMergeVersionBehavior ROOT::Experimental::Internal::RNTupleMergeOptions::fVersionBehavior = ENTupleMergeVersionBehavior::kWarnOnHigherVersion |
Determines how the Merge function behaves depending on the RNTuple sources' version.
Definition at line 98 of file RNTupleMerger.hxx.