root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Unify the main common entry points between local and distributed RDataFrame API. Currently these changes: - The ROOT.RDataFrame constructor - ROOT.RDF.RunGraphs - ROOT.RDF.Experimental.VariationsFor Anytime one of the above is called,...
This is because these plots are also going to be shown at CHEP, and it would be nice if the tutorials are consistent by then.
# This Pull request: Modifies Minuit2 interface to pass initial error/covariance matrix or second derivatives (G2) vector. ## Changes or fixes: This PR exploits existing code in `MnSeedGenerator` and introduces...
### Check duplicate issues. - [ ] Checked for duplicates ### Description In the GPU-PR #16580, @dpiparo suggested to disable a few components to speed up the non-GPU-related parts. After...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Floating point precision should be preserved when saving plots as ROOT macros with `TCanvas::SaveAs()`. This can probably be...
### Check duplicate issues. - [x] Checked for duplicates ### Description Hello, I have defined an enum class type, such that I can switch between mathematical representations easily. Considering the...
This PR introduces the first steps towards MT support for the `RNTupleIndex`, by enabling mulithreaded building of the index. To enable this, the index itself now manages multiple _index partitions_,...
The old PyROOT (pre 2019) had a slightly different `atexit` handler than the new one. The hard shutdown mode is different: `ClearProxiedObjects()` is called before the final `gROOT->EndOfProcessCleanups()`. I had...
Companion roottest PR at https://github.com/root-project/roottest/pull/980 .
To check if this would fix the Ubuntu 24.10 builds.