root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
we get otherwise about 300 warnings of this type when building docu: warning: Found non-existing group 'ROOT7' for the command '@ingroup', ignoring command warning: Found non-existing group 'NTuple' for the...
### Check duplicate issues. - [X] Checked for duplicates ### Description On macOS, it is possible to demonstrate two bugs of the WebGraphics with one simple PyROOT script: 1. A...
No longer supported by (future) C standards. Currently just emits warnings (eg. MacOS 14) Currently not tested in CI.
### Is your feature request related to a problem? Please describe. 1. We would like to compile ROOT without triggering a 'call home' in the CMakeLists.txt, at https://github.com/root-project/root/blob/master/CMakeLists.txt#L124, so we...
This allows `static_assert(false)` to not be ill-formed in template definitions. This change is applied as a DR in all C++ modes. Of notes, a couple of tests were relying of...
### Explain what you would like to see improved and how. The [TNamed ctor](https://root.cern/doc/master/classTNamed.html#a92b15a72a05ddf8f23c67023a29ee6a9) currently takes TString by const reference: ```cpp TNamed::TNamed(const TString& name, const TString& title) ``` Reading it...
# This Pull request: ## Changes or fixes: See https://root-forum.cern.ch/t/confusing-behavior-of-setrangeuser-and-fitting-range/58591 ## Checklist: - [ ] tested changes locally - [x] updated the docs (if necessary)
In trying to debug the fit to the CMS higgs discovery workspace, I found that the way the constraintTerm is determined will be buggy if doing a stripDisconnected determination of...