Skip to content
Snippets Groups Projects
Commit 26dcd171 authored by Philippe Canal's avatar Philippe Canal
Browse files

Document new hadd options

parent 613b55ce
No related branches found
No related tags found
No related merge requests found
## I/O Libraries
### hadd
We extended the `hadd` options to allow more control on the compression settings use for the
output file. In particular the new option -fk allows for a copy of the input
files with no decompressions/recompression of the TTree baskets even if they
do not match the requested compression setting.
New options:
- `-ff` allows to force the compression setting to match the one from the first input
- `-fk[0-209]` allows to keep all the basket compressed as is and to compress the meta data with the given compression setting or the compression setting of the first input file.
- `-a` option append to existing file
- The verbosity level is now optional after -v
### I/O New functionalities
### I/O Behavior change.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment