root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [x] Checked for duplicates ### Description Using: ``` void foo () { o2::dcs::DataPointValue value; } ``` results in the error below when running it with...
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/13300 - I tested this locally on Ubu22 and it works fine. - I do not know how to properly test...
Add support for dynamic tensor shapes in several operators and introduce the managing of a new type of tensors (shape tensors) representing shapes which are the output of some operators...
### Check duplicate issues. - [x] Checked for duplicates ### Description I'm not sure if this is an issue in ROOT or in our code. As explained in https://github.com/AIDASoft/podio/issues/770, doing...
Hi all! This is my first PR, please be gentle 🙂 The PR is meant to trigger a discussion on the feature described in the title, rather than being a...
# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/18900 But seems to break other things. ## Checklist: - [x] tested changes locally - [x] updated the docs (if necessary)
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-6960 Credit for the solution goes to @hansenjo ## Checklist: - [x] tested changes locally - [ ] updated the docs...
# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #
This PR enables a pythonic histogram creator that automatically returns a `TH1/2/3` object filled with the numpy data, and configures the binning mode based on keyword args: ```py n =...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-4302 shows: ``` ======> EVENT:0 x = 3, 5 ``` If this hack is acceptable, I can extend it to all...