root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
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 ```...
### This Pull request: Add functionality to draw Scale Distance Field Fonts in the screen or world coordinates. ### Example: /tutorials/eve7/texts.C
### 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...
### Check duplicate issues. - [X] Checked for duplicates ### Description when doing a pol1 fit for the TGraphErrors in PyROOT, fitter goes nuts if slope is
### 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...
# 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...
### 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...
### 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 -...
### 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 ):...