root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
This method divides the current canvas in nx by ny according to the width and height ratios. Was inspired by the CMS style subplots script.
potential microoptimization
These are the changes needed to avoid the requirement to call Snapshot to a TTree dataset with template arguments for the column types, or to JIT the call in case...
When an entry managed by the `RNTupleProcessor` contains missing data for certain fields, for example because they are missing in a subsequent chain or auxiliary ntuple, we need a way...
Tests randomly fail because the uring memory is exhausted. Here are some examples: ``` [ RUN ] RNTuple.RandomAccess .../root-6.36.00/core/testsupport/src/TestSupport.cxx:79: Failure Failed Received unexpected diagnostic of severity 2000 at 'RIoUring' reading...
Backport of https://github.com/wlav/CPyCppyy/pull/51 Fixes https://github.com/root-project/root/issues/18768 Currently, the `iadd` implementation for `std::vector` in `Pythonize.cxx` works perfectly with Python lists and iterables for which we have an `ItemGetter`. But the code path...
# This Pull request: Linking to the built-in static LLVM libraries uses a lot of memory. Linking more than one such target in parallel can exhaust the memory. This PR...
This pull requests adds additional functionality to RDF Define in c++ in order to facilitate new features via pythonization. New features in c++: - more flexibility in template arguments in...
### Check duplicate issues. - [ ] Checked for duplicates ### Description The test gtest-tree-tree-testTTreeRegressions succeeds on THEL/EPEL 9, but fails on RHEL/EPEL 10 and Fedora: ``` [ RUN ]...