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

This Pull request makes the conversion of stl vectors to RVec optional when using Snapshot() ## Changes or fixes: Propagating the relevant flag to the Snapshot() call ## Checklist: -...

### Check duplicate issues. - [ ] Checked for duplicates ### Description A (cumbersome) macro file shown below gives an error in ROOT 6.30.06, but crashes with 6.33.01 6.30.06 ```...

bug
in:Cling

### This Pull request: Add functionality to draw Scale Distance Field Fonts in the screen or world coordinates. ### Example: /tutorials/eve7/texts.C

affects:master
in:WebGui

### Check duplicate issues. - [X] Checked for duplicates ### Description ### Current Behavior I have downloaded ROOT binary installer from `https://root.cern/download/root_v6.32.02.win64.vc17.exe`. When running the executable Windows prompts that the...

bug
in:Build System

### Check duplicate issues. - [X] Checked for duplicates ### Description when doing a pol1 fit for the TGraphErrors in PyROOT, fitter goes nuts if slope is

bug

### Describe the bug It seems `hadd` is confused by the zero length TTree as a first file. Pls find dummy root files in the attached ZIP to reproduce the...

bug
in:I/O

# This Pull request: adds the `-Ddev=on` flag on the debian CI machine. It's a "test run" to see if we can later enable it on more (potentially all) build...

in:CI

### Explain what you would like to see improved and how. When a PR touches code within cling subdir, it would be great if the CI turns option clingtest ON...

improvement
in:Testing

### Check duplicate issues. - [X] Checked for duplicates ### Description Depending on the mixture of 4-vector types and the order of operations the result can change, e.g. lv1 -...

bug

### Description One example from the ROOT manual doesn't work anymore with ROOT 6.32: https://root.cern/manual/python/#alternative-for-tpymultigenfunction-and-tpymultigradfunction ```Python import ROOT from array import array class MyMultiGenFCN( ROOT.Math.IMultiGenFunction ): def NDim( self ):...

bug
affects:master
priority:high
in:PyROOT
affects:6.32