root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Typo
### Describe the bug I recently built ROOT from source. Then I grabbed 10 more commits `git pull` that were pushed during the last hours, and rebuilt in a couple...
### Describe the bug ``` void test() { return 1; } ``` Interpreting this snippet with cling does not raise errors. Compiling with AcLiC .C+ generates an error.` error: void...
### Explain what you would like to see improved Some legacy CINT commands are not available for Cling, but could be quite useful, like: - [ ] "./keyword" search keyword...
- [ x ] Checked for duplicates ### Describe the bug When fitting a histogram using the "WW" option for TH1::Fit(), i.e. ``` hist->Fit(func,"WW"); ``` The fit ignores bins with...
## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary) This PR fixes https://sft.its.cern.ch/jira/browse/ROOT-8498
### Is your feature request related to a problem? Please describe. Sometimes, in the midst of a ROOT session, it would be helpful to get an overview of the local...
### Explain what you would like to see improved Since TLorentzVector is stated as legacy class it would be nice to have TGenPhaseSpace use the newer ROOT::Math::LorentzVector. ### Optional: what...
Different from C++, any objects created in Python are not deleted in the inverse order of their creation. This causes crashes in some RooFit user code, for examples when some...