root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: Adds GenVectorX, a prototype implementation of SYCL support for 4-vectors operations. ## Checklist: To build, you need the flags: -Dexperimental_adaptivecpp -Dexperimental_genvectorx - [x] tested changes locally...
This Pull request introduces wrappers to obfuscate backend-specific implementation details, distancing the storage layer functionality in `RPageStorageDaos` from the concrete backend in `RDaos` and `libdaos`. ## Changes or fixes: -...
### Description The UHI implementation of the [equality operator](https://github.com/root-project/root/blob/master/bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi.py#L382) only compares the histogram type, binning and counts. ROOT histograms have way more properties, like drawing options, and even more crucially...
When plotting an extended pdf (i.e. a pdf that also makes a prediction for the number of events) together with a RooFit dataset, users expect that the plotted pdf is...
# This Pull request: ## Changes or fixes: Adds `linSpace`, `logSpace`, and `arange` functions to `ROOT::VecOps` namespace ## Checklist: - [x] tested changes locally - [x] updated the docs (if...
### Explain what you would like to see improved and how. Hi, I am trying to debug a problem, (maybe in RDataFrame...) and I have built a dataframe from a...
### Check duplicate issues. - [X] Checked for duplicates ### Description When a dictionary is generated for a library **target** called `foo`, whose `OUTPUT_NAME` is set to **bar**, `root_generate_dictionary` produces...
*Ported over from JIRA (https://its.cern.ch/jira/browse/ROOT-7704), where there was already lots of discussion. See also the previous attempt in #5541* ## Original ticket Is it possibile to use lambda function created...