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 89 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 93 of file RNTupleMerger.hxx.
| ENTupleMergeErrBehavior ROOT::Experimental::Internal::RNTupleMergeOptions::fErrBehavior = ENTupleMergeErrBehavior::kAbort |
Determines how the Merge function behaves upon merging errors.
Definition at line 97 of file RNTupleMerger.hxx.
If true, the merger will emit further diagnostics and information.
Definition at line 101 of file RNTupleMerger.hxx.
| ENTupleMergingMode ROOT::Experimental::Internal::RNTupleMergeOptions::fMergingMode = ENTupleMergingMode::kFilter |
Determines how the merging treats sources with different models (.
Definition at line 95 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 99 of file RNTupleMerger.hxx.