root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Explain what you would like to see improved In `builtins/xrootd/CMakeLists.txt` we don't pass any openssl configuration over to Xrootd. This causes inconsistent builds for ROOT and xrootd. ### Optional:...
- [x] Checked for duplicates ### Describe the bug The following code causes a crash: ```cpp // sink is destroyed before model auto model = RNTupleModel::Create(); auto fieldPt = model->MakeField("pt",...
Introduce a new method to get a label for the data source that the current RDataFrame is processing. There are three major types: * The dataframe will process a TTree...
### Describe the bug The build errors when switching from `CMAKE_CXX_STANDARD=14` (the default with GCC 8.4.1 on CentOS 8) to `CMAKE_CXX_STANDARD=17` (for example to get ROOT7). ``` FAILED: tree/treeplayer/G__TreePlayer.cxx lib/TreePlayer.pcm...
The crash happens when trying to directly use a RNTuple object that was stored in a file at the prompt rather than going through `_file0->Get("Events")` (which works). This particular file...
### Explain what you would like to see improved and how. `rootprint` does not output canvases that are stored inside a subdirectory. The CLI should accept a 'recursive' parameter that...
This PR can be merged only when Ubu24 tests are all passing.
### Check duplicate issues. - [X] Checked for duplicates ### Description As seen in https://lcgapp-services.cern.ch/root-jenkins/job/root-pullrequests-build/190460/testReport/projectroot.roottest.root/hist/roottest_root_hist_h2root, `h2root` fails from time to time on Linux and always if the *march=native* option is...
includes https://github.com/vgvassilev/clad/pull/893