root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Describe the bug It is currently impossible to read TNDArrayT objects from ROOT Files created with earlier ROOT Versions than v6.26. This affects primarily THn Objects which have this...
Fixes #11390 Improves the workflow of `DisplayHelper::Exec` as follows: 1. We always check whether there are entries to be displayed with `RDisplay::HasNext`. If so, add one row to the display...
Draft PR to see the CI response.
This PR introduces the support for performing inference on Graph Neural Network models in TMVA SOFIE, based on [DeepMind's Graph Nets](https://github.com/deepmind/graph_nets). **Checklist** - [x] RModel_GNN class - [x] RFunction class...
On some platform operator delete taints the memory, so even right after the deletion the information stored by ~TObject is already erased. On those platform we no longer rely on...
This applies the change made to ROOT_GENERATE_DICTIONARY in the main branch commit 08ab7e0306 to GENREFLEX_GENERATE_DICTIONARY. This commit in conjunction with 08ab7e0306 fixes #11312. See commit 08ab7e0306 and issue #11312 for...
`import ROOT` causes the setting of the environment variable `EXTRA_CLING_ARGS` to `-O2` -- but too late (after interpreter initialization), so that the setting actually has no effect: `cling` will still...
On some platform operator delete taints the memory, so even right after the deletion the information stored by ~TObject is already erased. On those platform we no longer rely on...