Skip to content

Commit

Permalink
[skip-ci][ntuple] add information about new TFileMerger options in re…
Browse files Browse the repository at this point in the history
…lease notes
  • Loading branch information
silverweed committed Jan 8, 2025
1 parent d37dfeb commit 2a8fddb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README/ReleaseNotes/v636/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,18 @@ The following people have contributed to this new version:

## IO

* New options have been added to TFileMerger (which can be passed as whitespace-separated TStrings via `TFileMerger::SetMergeOptions`)
* "FirstSrcCompression": when merging multiple files, instructs the class-specific merger to use the same compression as the
first object of the destination's class as the destination's compression. Currently only recognized by the RNTuple merger;
* "DefaultCompression": specifies that the merged output should use the class-specific default compression. Currently only
meaningful for RNTuple, which has a default compression different from the TFile's default compression (ZSTD instead of ZLIB).
This option is automatically set by `hadd` when no other compression option is specified;
* "rntuple.MergingMode=(Filter|Union|Strict)": RNTuple-specific option that specifies the merging mode that should be used by
the RNTupleMerger (see
<a href="https://root.cern/doc/v634/structROOT_1_1Experimental_1_1Internal_1_1RNTupleMergeOptions.html">RNTupleMergeOptions</a>);
* "rntuple.ErrBehavior=(Abort|Skip)": RNTuple-specific option that specifies the behavior of the RNTupleMerger on error (see link above);
* "rntuple.ExtraVerbose": RNTuple-specific option that tells the RNTupleMerger to emit more information during the merge process.

## RDataFrame

## Tutorials and Code Examples
Expand Down

0 comments on commit 2a8fddb

Please sign in to comment.