root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Is your feature request related to a problem? Please describe. I'd like to use fast Python with ROOT bindings. Why do I want that? I like ROOT trees, they...
### Check duplicate issues. - [x] Checked for duplicates ### Description [df106_HiggsToFourLeptons.C](https://root.cern/doc/master/df106__HiggsToFourLeptons_8C.html) crashes when it is compiled and run (it runs fine if interpreted). This is due to jitted code...
# This Pull request: Translates all "math" tutorials into Python. ## Changes or fixes: It shows creative ways of using C++ methods in Python more than the usual way of...
### Explain what you would like to see improved and how. The filter seems to include files that were changed since the last branch off of master. Take for instance...
# This Pull request: ## Changes or fixes: Does not add to the build name the overrides in case they are not used. This PR fixes #15615
### Feature description Currently, the Offset(“bin”) feature cannot be used for - RooMinimizer ([ROOT: RooMinimizer Class Reference](https://root.cern.ch/doc/master/classRooMinimizer.html#aa9d82cf348d33423e9d2f62b64b20806)) - ProfileLikelihoodTestStat ([ROOT: RooStats::ProfileLikelihoodTestStat Class Reference](https://root.cern/doc/master/classRooStats_1_1ProfileLikelihoodTestStat.html#a9ec699c073aae63a061941b286183071)) - UseNLLOffset ([ROOT: RooStats Namespace Reference](https://root.cern/doc/master/namespaceRooStats.html#aa3e8e1957a68d767ae126bc21202fe43)) It...
Using the C option (meaning C I.O) in hropen seems to fix the issue on Mac.
# This Pull request: ## Changes or fixes: nullptr access when branch is not found Fixes https://its.cern.ch/jira/browse/ROOT-8842 by @jpivarski ## Checklist: - [x] tested changes locally - [ ] updated...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-3594 This explores if the fix suggested by the user triggers any errors in the CI tests. I did not check...
# This Pull request: adds the use of `RClusterPool` to preload clusters during merging of RNTuples. ## Checklist: - [x] tested changes locally - [ ] updated the docs (if...