root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Feature description As C++20 goes mainstream, there are many reasons to start using C++20 modules in a non-ROOT context to provide well-designed and encapsulated APIs. Generated module files are...
See https://root-forum.cern.ch/t/tformula-getexpformula-parameter-rounding/50232
The function `TH1::GetQuantile` is not returning in some case the correct result. There is already this JIRA issue open: https://sft.its.cern.ch/jira/browse/ROOT-8085 and not it is reported that gives wrong values for...
### Check duplicate issues. - [X] Checked for duplicates ### Description If TF1::DrawCopy() is used to draw the function, all axis settings (which are stored in histogram) are lost. ###...
### Check duplicate issues. - [ ] Checked for duplicates ### Description `Cling` is not seeing of the content of `math.h` on MacOS. ### Reproducer With the file header.h ```...
Fixes https://github.com/root-project/root/issues/15643
Add the physical column ID to the error message shown when a different compression setting than expected is encountered. This should help in locating potential bugs/mistakes.
Implement and use a thread-safe container for caching strings that are created and used in the computation graph. Notably, these include the strings representing column names generated by `Define`. This...
This PR fixes #15617, where the number of files is incorrectly returned by `RInterfaceBase`/`RDFDescription` for RDF's constructed from an `RDataSource`. It involves the addition of `GetNFiles` to the public interface...