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

bug
in:Build System

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

bug
in:Cling

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

improvement
priority:low
in:Cling

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

bug

## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary) This PR fixes https://sft.its.cern.ch/jira/browse/ROOT-8498

in:Graphics

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

new feature
in:Cling
in:GUI

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

improvement
in:Math Libraries

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

bug
in:RooFit/RooStats