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

### Explain what you would like to see improved and how. The RDataFrame JIT logic makes use of a series of controlled memory leaks between different functions to ensure lifetime...

improvement
in:RDataFrame

### Check duplicate issues. - [X] Checked for duplicates ### Description I am not sure what is actually happening, however the following macro: ```C++ namespace o2::zdc { class MCLabel; }...

bug
priority:critical
in:Cling
experiment

Closes #15104. Thank you very much @wlav for helping out here! Needs to be backported to 6.32.

bug
in:PyROOT

### Explain what you would like to see improved and how. As proposed in the following forum post: https://root-forum.cern.ch/t/how-to-stop-rdataframe-from-changing-column-type-from-std-vector-double-to-root-rvec/58971/3 ### ROOT version Any ### Installation method Any ### Operating system...

improvement
in:RDataFrame

### Check duplicate issues. - [X] Checked for duplicates ### Description If configuring any web display, gPad is not properly set. As a result, `h.Draw` creates new canvas. Code works...

bug
affects:master
in:PyROOT

[pr.log](https://github.com/root-project/root/files/14873477/pr.log) This pull request changes the behavior of the create and recreate functions of the `TFile` class. When a new ROOT file is created, the underlying path may not exist....

in:I/O

### Check duplicate issues. - [X] Checked for duplicates ### Description TCanvas is not displayed in Jupyter notebook on secondary cell executions **if `Print` method is used in the cell**....

bug

Superseeds #7234 so I can open a corresponding roottest PR.

in:I/O

Related to https://github.com/root-project/root/issues/15621

pr:backport