root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [ ] Checked for duplicates ### Description Running 2 consecutive builds, the second build would ideally do nothing. With alma9 CI configuration, a second build...
### Explain what you would like to see improved and how. Consider the following struct: ```c++ struct mylovelyDataType{ std::vector massivedata; TLorentzVector roottype; } ``` The presence of TLorentzVector here caused...
### Feature description In v5, if you have a class (see roottest/root/io/alloc) ``` class WithTemplate { public: WithTemplate() { cout
When using `rootcp --replace`, objects are only replaced if they are *not* equal to the existing object by value, which doesn't seem to makes sense to me. ### Reproducer Write...
``` Test 37: TScatter with TPolyMarker test............................ OK PDF output......................................... 37 FAILED Result = 22236 Reference = 22560 Error = 324 (was 300) JPG output................................................ OK PNG output................................................ OK C...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Hello, I am creating this issue because there is a bug when setting an entry list that has...
### Check duplicate issues. - [x] Checked for duplicates ### Description An error is reported when trying to access REntry fields of type related to DataVector (a class with a...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Calling `cmake ~/git/root` without internet produce failures at very end. Even when project was configured and compiled shortly...
### Check duplicate issues. - [x] Checked for duplicates ### Description One of our unit tests breaks with: ``` Test project /Users/ktf/src/sw/BUILD/O2-latest/O2 Start 190: Detectors/CTP/macro/GetAndSave.C 1/1 Test #190: Detectors/CTP/macro/GetAndSave.C ...***Failed...
This PR combines the following roottest PRs and re-applies to commits to the main repository, since `roottest` was merged into the main repo: 1. https://github.com/root-project/roottest/pull/774 2. https://github.com/root-project/roottest/pull/773 3. https://github.com/root-project/roottest/pull/771 4....