Definition at line 58 of file RNTupleMerger.hxx.
Public Attributes | |
int | fCompressionSettings = kUnknownCompressionSettings |
If fCompressionSettings == kUnknownCompressionSettings (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>
int ROOT::Experimental::Internal::RNTupleMergeOptions::fCompressionSettings = kUnknownCompressionSettings |
If fCompressionSettings == kUnknownCompressionSettings
(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 62 of file RNTupleMerger.hxx.
ENTupleMergeErrBehavior ROOT::Experimental::Internal::RNTupleMergeOptions::fErrBehavior = ENTupleMergeErrBehavior::kAbort |
Determines how the Merge function behaves upon merging errors.
Definition at line 66 of file RNTupleMerger.hxx.
bool ROOT::Experimental::Internal::RNTupleMergeOptions::fExtraVerbose = false |
If true, the merger will emit further diagnostics and information.
Definition at line 68 of file RNTupleMerger.hxx.
ENTupleMergingMode ROOT::Experimental::Internal::RNTupleMergeOptions::fMergingMode = ENTupleMergingMode::kFilter |
Determines how the merging treats sources with different models (.
Definition at line 64 of file RNTupleMerger.hxx.