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

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...

in:RNTuple

### Check duplicate issues. - [X] Checked for duplicates ### Description On macOS, drawing a histogram leads to nasty and confusing printouts on screen ### Reproducer ``` -> root -l...

bug

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...

in:RNTuple

### 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...

bug

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();`....

new feature
affects:master
priority:default
in:Core Libraries

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...

improvement
in:RooFit/RooStats

### 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...

improvement

### 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...

bug
affects:master
affects:6.22
priority:high
in:Cling
affects:6.24

### 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 =...

bug
in:PyROOT