root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
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...
- [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 ###...
# This Pull request: ## Changes or fixes: Change avoids extra memory allocation in TDecompChol::TDecompChol. I have copied what is done in other TDecomp* classes.
# This Pull request: ## Changes or fixes: Replace repeated divisions by multiplications of 1/x
### 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...
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
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...
## 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...