root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
## Changes or fixes: Let `a_t` be a c++ class, and we have done `using std::ostream;`. In standalone cling cmd prompt, all of the below function definitions fail to be...
- [x] Checked for duplicates ### Describe the bug When changing the compression settings using hadd, using the same compression level used by the input file won't trigger a recompression...
# This Pull request: Is a resubmit of #10999 with additional needed changes (as discussed in that original PR) ## Changes or fixes: Fixes: #10990 ## Checklist: - [x] tested...
### Describe the bug When you update the code in `bindings/pyroot/pythonizations/python/ROOT/_pythonization` and recompile ROOT, the corresponding `build` directory (`root_build/lib/ROOT/_pythonization`) doesn't get updated, and consequently also not the `root_install/lib/ROOT/_pythonization` directory when...
Introduces a new RFieldBase descendant, `RUnsplitField`. This field uses an offset column and an `std::byte` column to store ROOT I/O streamed objects. To create unsplit fields one can - directly...
This is related-to/necessary-for https://github.com/root-project/root/issues/13511 and https://github.com/root-project/root/issues/11353
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/7123 ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary)
# This Pull request: Do not use `cling::printValue` for printing the column elements of the arithmetic types. ## Changes or fixes: This require a proper specialisation, however it already gives...