root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
[CppInterOp](https://github.com/compiler-research/CppInterOp) exposes API from Clang and LLVM in a mostly backward compatibe way. The API support downstream tools that utilize interactive C++ by using the compiler as a service. Adopting...
### Check duplicate issues. - [X] Checked for duplicates ### Description When running with 6.32.02 the ALICE reconstruction we were plagued by errors like the following: ./itstpcMatch.log[16548:itstpc-track-writer]: Error in :...
**This is a replay of #16274 with the "clear build" label for the CI, to see if we can reproduce the build error that were observed after merging said PR**...
# This Pull request: by @hahnjo suggestion, since we are exposing a type-erased virtual interface for `RColumnElement` through `RColumnElementBase`, we can hide all the concrete definitions into a cxx file....
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #14209
# This Pull request: Updates the implementation of BatchNormalization Operator to parse input tensors with parametric shapes. - `x` input tensor can have shapes of form `{dim1, dim2, dim3}` -...
# This Pull request: Just a draft PR to test for performance issues/failing tests. This fixes the failing python enum tests like: - `roottest-python-cpp-cpp` - `roottest-python-cmdLineUtils-ROOT_8197` A memory leak was...
### Check duplicate issues. - [X] Checked for duplicates ### Description For a class with read rules, data members may report wrong offsets (see reproducer). ### Reproducer [infobug.tar.gz](https://github.com/user-attachments/files/15884205/infobug.tar.gz) In the...
# This Pull request: adds a new ColumnType `Real32Trunc`, that stores a real value as a tightly-packed, IEEE-754 single precision float using less than 32 bits. The missing bits are...