root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
The things we need to do before merging this PR and can probably be done by various people in parallel Cling standalone: - [x] Fix cling CUDA tests - [...
First draft of creating a new utility function that allows creating the friend trees starting from an RFriendInfo object and attaching them to a tree. This required also taking care...
The public TFile constructor cannot be used for files that must be read through remote protocols. This is a common source of confusion for users. I split the error in...
This PR adds support for defining, parsing and generating code for custom operator in TMVA SOFIE. SOFIE is being developed following the ONNX standards, but cases may arise when a...
# This Pull request: I did a local update of root/master with this, i was not able to compile locally on my mac for few other reasons. Suggestions on changes...
When we run into an unkown identifier that is a namespace, we don't really need to load its corresponding modules. Instead, we create a new module that forward declared all...
### Describe the bug Hi All, I have follow below steps to build root project with msvc on AddressSanitizer mode, but hit below errors. And I have seen "WARNING "Address...
The following is a reproducer: ```cpp #include #include #include int main() { TFile f0("o1.root"); TFile f1("o2.root"); TNtuple *B2L = f0.Get("B2Lc"); std::cout GetEntry(0); std::cout Clone()); f1.cd(); std::cout GetEntry(0); std::cout
### Describe the bug If an exception happens on the C++ side during the execution of an RDF task within a Dask worker process, this is not properly propagated. Most...
- [ x] Checked for duplicates ### Describe the bug When compiling some of my classes I got the following error message. The code was compiling before I removed some...