root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/19371 ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary)
### Check duplicate issues. - [ ] Checked for duplicates ### Description As discovered in https://root-forum.cern.ch/t/possible-issue-when-cloning-trees/63873/15, neither `TChain::ResetBranchAddresses` nor `TTree::ResetBranchAddresses` seems to reset the address of their current list of...
# This Pull request: Adds a new flag to CompileMacro, "h". ## Changes or fixes: This new functionality allows not to rebuild the macro even if the file is newer...
### Check duplicate issues. - [X] Checked for duplicates ### Description Recent version of PyROOT/cppyy fails for relatively simple templated function overload with SFINAE. The reproducer is here. There is...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-5306 Reproducer: ``` root .L /tmp/MySubClass.cxx+ TFile f("/tmp/mysub.root", "RECREATE"); MySubClass msc; msc.id = 33; f.WriteObjectAny(&msc, "MySubClass", "msc"); f.Close(); .q root .L...
# This Pull request: ## Changes or fixes: This is v2 of https://github.com/root-project/root/pull/18413 Fixes https://its.cern.ch/jira/browse/ROOT-10743 Related: https://its.cern.ch/jira/browse/ROOT-9385 ## Checklist: - [ ] tested changes locally - [ ] updated the...
# This Pull request: ## Changes or fixes: Rebased version of https://github.com/root-project/root/pull/9272/ Fixes root-project/cling#364 Fixes root-project/cling#419 and helps for https://github.com/jupyter-xeus/xeus-cling/issues/404
# This Pull request: ## Changes or fixes: It's quite hard to have an overview of a 3k-line-long Doxyfile, and it needs constant commits "update to version 1.9.8", etc. I...
### Check duplicate issues. - [X] Checked for duplicates ### Description A silly `while(1) {;}` makes ROOT interpreter crash. It should instead hang or raise an error. ### Reproducer See...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-6788 by @olifre This fixes the crash, but not sure if it is correct. ## Checklist: - [x] tested changes locally...