[hist] Fix in THnBase::Add the computation of the running sums#11407
[hist] Fix in THnBase::Add the computation of the running sums#11407lmoneta merged 4 commits intoroot-project:masterfrom
Conversation
The sum of weight, weight square and weigth * x used for statistics computation where not update when adding/merging THnBase classes. This fixes root-project#11333
|
Starting build on |
|
Build failed on windows10/cxx14. Errors:
And 55 more |
|
Build failed on ROOT-ubuntu18.04/nortcxxmod. Failing tests: |
|
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
|
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
|
Build failed on ROOT-debian10-i386/soversion. Failing tests: |
|
Build failed on mac11/cxx14. Failing tests: |
|
Build failed on mac1015/cxx17. Failing tests: |
In THnBase::Init the dimension of the THnBase histogram was changed but the size of the contained arrays needs to be changed as well.
|
Starting build on |
|
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
|
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
|
Build failed on ROOT-debian10-i386/soversion. Failing tests: |
…and fTsumwx2 arrays with correct size
|
Starting build on |
|
Build failed on windows10/cxx14. Errors:
|
|
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
The sum of weight, weight square and weigth * x used for statistics computation where not update when adding/merging THnBase classes.
This fixes #11333