root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
The file page sink, on commit, collects the streamer info records of custom classes. These records are passed together with the records from unsplit fields to the file writer, which...
### Check duplicate issues. - [x] Checked for duplicates ### Description The 2012 Higgs discovery workspaces are currently not fully able to round-trip via the HS3 JSON format due to...
Canvas name was used as identifier to track HTML element. If new canvas with same name was created, old HTML name was overwritten. Therefore add unique ID (pointer) to the...
Harmless change to circumvent errors like these when building RooFit standalone: ``` Error in : data member with index 0 is not found in class tuple Error in : Cannot...
### Check duplicate issues. - [X] Checked for duplicates ### Description [As reported on the forum](https://root-forum.cern.ch/t/compiled-shared-library-doesnt-catch-changes-made-in-cint/59787), ROOT seems to have merging issues with global variables between compiled and interpreted code...
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/11565 ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)
### Check duplicate issues. - [ ] Checked for duplicates ### Description The test roottest-root-hist-h2root broken on Alma9 march=native builds. This PR https://github.com/root-project/root/pull/15935 deactivated FORTRAN on Alma9 march=native to avoid...
This Pull request adds the support for TopK operator in SOFIE Implementation provided by GSOC student from Vedant Mehra. This PR is based on #15837 and should be merged after...