root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Describe the bug The fit parameter uncertainties you get when using [RooAbsPdf::fitTo()](https://root.cern.ch/doc/master/classRooAbsPdf.html#a5f79f16f4a26a19c9e66fb5c080f59c5) with the `AsymptoticError()` or `SumW2Error()` option for an unweighted dataset are not the same as without the...
This is virtual method and can be overriden in derived classes. Therefore when such method used in copy constructor or assignment operator, one have to explicitly specify class which used....
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
This PR fixes #10870.
As discussed during https://indico.cern.ch/event/1176978/ :+1: - [ ] always add `EXTRA_CLING_ARGS='-O0 -fno-omit-frame-pointer' when `CLING_DEBUG=1` - [ ] suggest re-running with `CLING_DEBUG=1` in the message surrounding the ROOT-generated stack traces -...
The TRedirectOutputGuard class redirects both stdout and stderr to the input file. It is an RAII construct that restores the stdout and stderr streams after it is destructed. This commit...
As a wonderful side-effect, this adds support for construction from a TLorentzVector. See https://root-forum.cern.ch/t/problem-initializing-a-4-vector/50789
This changes backports the commits that add numba support in cppyy master to PyROOT. ## Checklist: - [x] Pass all python tests in `roottest` (1 test failing - `roottest-python-memory-memory`) -...
The RooAbsPdf version number is incremented, going with the removal of some unused data members: * `_rawValue` * `_traceCount` * `_negCount` Furthermore, the `_errorCount` member is now made transient, because...