root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
The addition of this function is in anticipation for horizontal joining of RNTuples, which will be handled in the context of the `RNTupleProcessor` that is currently under development (see also...
### Check duplicate issues. - [X] Checked for duplicates ### Description On macOS, drawing a histogram leads to nasty and confusing printouts on screen ### Reproducer ``` -> root -l...
This PR provides the first steps to the `RNTupleProcessor`, which is envisioned as an interface for reading vertically and horizontally composed RNTuples (i.e., chains and friends), and combinations thereof. The...
### Check duplicate issues. - [x] Checked for duplicates ### Description Hi all, [MSVC] ROOT_x86 failed due to failed due to libCling.exp : error LNK2001: unresolved external symbol "char const...
Nothing to see
Using threads in conjunction with the ROOT library is now very much common place and more than once users have run into problem 'just because' they forgot to call `ROOT::EnableThreadSafety();`....
In previous ROOT versions, if you set the value of a variable with `RooRealVar::setVal()`, the value was silently clippend when it was outside the variable range. This silent mutation of...
### Explain what you would like to see improved For vector-like constructs (`TVector2`, `TVector3`, `TLorentzVector`, `ROOT::Math::DisplacementVector3D`, etc.), it would be very helpful to support structured bindings to the Cartesian coordinates...
### Describe the bug It's not possible to catch exceptions in the interactive `root` prompt on Apple Silicon, nor does `TRint` take care of uncaught exceptions. ### Expected behavior The...
### Describe the bug Insertion of a tuple into a vector seems to be buggy on the Python side ```py >>> import ROOT >>> a = ROOT.std.vector('tuple')(2) >>> b =...