root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [ ] Checked for duplicates ### Description From https://its.cern.ch/jira/browse/ROOT-4550 For TBuffer, one can set kIsOwner to false to ensure it doesn't delete the buffer passed...
### Explain what you would like to see improved It's hard to use TExecutor::MapReduce correctly, because the required signature of the reducer isn't mentioned in the documentation. ### Optional: share...
### Explain what you would like to see improved There is a class for multidimensional integration, [IntegratorMultiDim](https://root.cern/doc/master/classROOT_1_1Math_1_1IntegratorMultiDim.html). From that it's very hard to understand how to use that (in particular,...
### Check duplicate issues. - [ ] Checked for duplicates ### Description If RDF is created from the TTree which has a branch that has a non standard name, such...
### Explain what you would like to see improved and how. From https://its.cern.ch/jira/browse/ROOT-5157 Chapter on schema evolution support needs to be added to the Users' Guide. For example bases in...
### Explain what you would like to see improved `df.AsNumpy(["vector_branch"])` produces a numpy array of `RVec` objects. Given that converting `RVec`s into numpy arrays is a zero-copy operation via `np.asarray`,...
### Is your feature request related to a problem? Please describe. Not a problem, just ease of use when processing e.g. a large array with a lot of entries in...
### Check duplicate issues. - [X] Checked for duplicates ### Description If a code attempts to create a field in an RNTuple for a virtual object type, it rightfully fails,...
As per a request from @Nowakus, making `REntry::AddValue()` publicly accessible would be useful in some specific cases. @Nowakus could you please comment in this issue why (I cannot recall now)....
### Check duplicate issues. - [x] Checked for duplicates ### Description ROOT misbehaves when ASAN is enabled. Below different incarnation of the problem are illustrated: - [ ] root/io/bigevent, root/io/event,...