root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: Adds the rootreadspeed executable to the ROOT package. It allows for testing throughputs when reading .root files under various configurations. ## Changes or fixes: - Integrates...
Export RooSimultaneous channels as dictionary of names instead of having the full pdf specification as the value. This change is done because all pdfs should be specified in the top-level...
# This Pull request: This follows on from a recent pull request which added a relativistic breit wigner to ROOT https://github.com/root-project/root/pull/10760, to add a relativistic voigt which is a natural...
Fix: https://github.com/root-project/root/issues/11124 This tutorial is not tested by the CI, hence CI is skipped.
First delete nop method `TMVA::SVWorkingSet::PrintStat()`, then remove many more unused variables in various areas. **Note**: If you absolutely require your part of this PR be split out, we can discuss...
This is not all the suggested fixes, but it should be an improvement w.r.t. the current situation.
# This Pull request: Adds the Cast ONNX Operator with the corresponding Unit tests to validate the written code. ## Checklist: - [ ] tested changes locally - [ ]...
This PR adds support for parsing basic binary operators like Add, Subtract, and Multiply in the SOFIE Keras parser.
Before this PR, the lambda passed to VecOps::Map could not take arguments by non-const reference as the implementation was adding a const qualifier to the RVec arguments. We now instead...
This PR changes names such as `ROOT::RDF::MakeCsvDataFrame` to the nicer/clearer convention `ROOT::RDF::FromCSV`, deprecating the previous spellings. Although what's nicer and clearer is generally subjective, I think there is strong enough...