root icon indicating copy to clipboard operation
root copied to clipboard

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Results 924 root issues
Sort by recently updated
recently updated
newest added

### 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...

bug
in:RooFit/RooStats

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....

bug
affects:master

# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #

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 -...

improvement
in:Cling

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...

in:PyROOT

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...

improvement
in:RooFit/RooStats