root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [X] Checked for duplicates ### Description TTreeProcessorMP process events multiple times when you read multiple files using TChain, and some of the files have fewer...
### Explain what you would like to see improved and how. (This description is work in progress) The TKey payload size is limited to a few (1?) GB, which may...
### Feature description Enable in the CI Fortran also on MacOS builds, like this PR https://github.com/root-project/root/pull/15397 does for Win and Linux. This was not done in that PR because the...
This PR adds (a first version of) the `RNTupleIndex`, which is an in-memory structure that maps RNTuple field values (or combinations thereof) to an entry index in the RNTuple for...
### Explain what you would like to see improved and how. The RNTuple cluster pool read-ahead window is currently steered by number of clusters. This should be changed to number...
Most ROOT developers and users seem to agree that autonomously toggling features at configuration time based on the environment is not good. The feature set that ROOT is built with...
If you build clang with `builtin_llvm=OFF` you might get flooded with so many warnings that it's unsustainable. This commit suggests to silence these kind of warnings. Note that there are...
In the jitted version of the `Vary` transformation a node is allocated on the heap and its address is passed down to the function `JitVariationHelper`, which is also responsible for...
### Description In an unnamed macro having: ``` { gROOT->ProcessLine(statement_1); statement_2; } ``` is process line by line (per se) and `statement_2` should (and does in most case) be able...