root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [ ] Checked for duplicates ### Description After updating to the lastest master I got the following error: ``` && /cvmfs/cms.cern.ch/el9_amd64_gcc11/external/gcc/11.4.1-30ebdc301ebd200f2ae0e3d880258e65/bin/c++ -fdiagnostics-color=always -Wno-implicit-fallthrough -Wno-noexcept-type -pipe...
It was disabled in commit a67863d33a ("Disable modules on aarch64 due to ODR violation") in 2019. I cannot reproduce these problems on `lxplus-arm`, so try to turn it back on.
Minimal set of changes required to enable pip build backends to install ROOT.
### Check duplicate issues. - [X] Checked for duplicates ### Description Passing arguments to functions that expect types with a deleted copy constructor leads to PyROOT calling said constructor and...
**This change is improving the development workflow, now how users are getting ROOT and RooFit!** This will help with more modular RooFit builds, and it's also a big step towards...
# This Pull request: Translates one tutorial of the `root/tutorials/v7` into Python language. ## Checklist: - [yes] tested changes locally - [yes] updated the docs (if necessary)
These useful tests are relatively short (runtime 28 seconds in total) and test lower-level RooFit functionality. Moving them from roottest to roofit has the following benefits: * Faster RooFit development...
### Check duplicate issues. - [X] Checked for duplicates ### Description It seems that when saving a canvas to a ROOT file (`SaveAs("c.root")`), colors defined with `TColor::GetColor` are not preserved...