root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: roostats tutorials translated into Python ## Changes or fixes: The unmarked C++ roostats tutorials have been translated into python3. ## Checklist: - [ yes ] tested...
### Check duplicate issues. - [ ] Checked for duplicates ### Description There is a difference in the behaviour of the 2 graphics backends, when drawing on 2 canvases an...
### Check duplicate issues. - [ ] Checked for duplicates ### Description The tutorial tutorial-roostats-rs101_limitexample-py segfaults on windows 32 bit ### Reproducer Run tutorial-roostats-rs101_limitexample-py on Win 32 bit ### ROOT...
### Explain what you would like to see improved I find this kind of plotting code too cumbersome, it only takes `double*` and sizes: ```c++ const double x[] = {0,...
### Describe the bug Then changing the Address of a Branch in TTree it seems to sometimes still use the old memory address after the call. As a minimal example...
Fixes https://its.cern.ch/jira/browse/ROOT-5760 # This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
# This Pull request: ## Changes or fixes: Adds PRBS generation code ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary) This PR fixes https://github.com/root-project/root/issues/8199
# This Pull request: This draft PR for testing the doxygen generation github action with our self-hosted runners. Uses our existing Makefile setup. ## Status Succeeded with building only docs...
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/cling/issues/339 From main RawGit Webpage: If you're currently using RawGit, please stop using it as soon as you can.
Possibly fixes cling suppressing -Wreturn-type.