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

I have question. Does `roottest` runs `cmake --build . --target cling-test` when the cling interpreter code is changed? From time to time I see, that commits are merged regardless of...

help wanted
in:Build System

- [X] Checked for duplicates ### Describe the bug The following string fails to be interpreted by TLatex ``` #frac{#int^{5}_{0} dX}{#int^{5}_{0} dX} ``` ### Expected behavior Should not crash ###...

bug
in:Graphics

# This Pull request: ## Changes or fixes: Change avoids extra memory allocation in TDecompChol::TDecompChol. I have copied what is done in other TDecomp* classes.

in:Math Libraries

# This Pull request: ## Changes or fixes: Replace repeated divisions by multiplications of 1/x

in:Math Libraries

### Describe the bug If a RooProdPdf is in a RooAddPdf, its values change if one changes the normalization range of its factors with `RooAbsPdf::normRange()`. ### Expected behavior The values...

bug
in:RooFit/RooStats

This PR improve the search for contour points when contour touches the parameter limits. Improve also debugging and simplify the case when all parameters are fixed

in:Math Libraries

Currently http/webgui/eve7 tutorials are vetoed because of many reasons But main reason - such tutorials designed so that `THttpServer` should runs forever that user can test them in the web...

improvement
in:Testing

## Explain what you would like to see improved As discussed in the [ROOT forum](https://root-forum.cern.ch/t/tfile-makeproject-problem-with-stl-objects-due-to-removal-of-using-namespace-std/41501): the code generated by `TFile::MakeProject` currently contains the following lines at the beginning ``` namespace...

improvement
in:TTree