root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### 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...
### 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; }...
Closes #15104. Thank you very much @wlav for helping out here! Needs to be backported to 6.32.
### 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...
### 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...
[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....
### 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**....
Superseeds #7234 so I can open a corresponding roottest PR.