Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleMergeOptions Struct Reference

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>

Member Data Documentation

◆ fCompressionSettings

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.

◆ fErrBehavior

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.

◆ fExtraVerbose

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.

◆ fMergingMode

ENTupleMergingMode ROOT::Experimental::Internal::RNTupleMergeOptions::fMergingMode = ENTupleMergingMode::kFilter

Determines how the merging treats sources with different models (.

See also
ENTupleMergingMode).

Definition at line 64 of file RNTupleMerger.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleMergeOptions:
[legend]

The documentation for this struct was generated from the following file: