Skip to content
Snippets Groups Projects
  1. Mar 02, 2021
  2. Mar 01, 2021
  3. Feb 09, 2021
  4. Jun 22, 2020
  5. May 18, 2020
  6. May 17, 2020
  7. May 08, 2020
  8. May 07, 2020
  9. May 04, 2020
  10. Apr 30, 2020
  11. Apr 28, 2020
  12. Apr 27, 2020
  13. Apr 24, 2020
    • Lorenzo Moneta's avatar
      - Use by default same tratment of point data error options when fitting a... · 73e41825
      Lorenzo Moneta authored
      - Use by default same tratment of point data error options when fitting  a MultiGraph or any of the Graph.
      This fixes ROOT-10706
      73e41825
    • Olivier Couet's avatar
      Zmin and Zmax did not take into account the Z errors (#5455) · f8f7fdc5
      Olivier Couet authored
      * Zmin and Zmax did not take into account the Z errors
      
      * Update release notes.
    • Claire Guyot's avatar
      RHist overflow refactoring (#5190) · c312640c
      Claire Guyot authored
      
      * [histv7] Overflows are stored in another vector, and return -1 and -2 for RAxis::FindBin
      
      * [histv7] still WIP
      
      * [histv7] The under-/overflow bins should be refactored, separated from the actual bins
      
      * [histv7] The binning tests work both for under-/overflow bins and for actual bins
      
      * [histv7] RHistData is initialised with correct number of bins (actual and overflow)
      
      * [histv7] Tests for filling and constructing are correct
      
      * [histv7] Tests for axes are correct
      
      * [histv7] The function names and the documentation correspond to the refactoring, and all tests are working
      
      * Prefer kInvalidBin constant to magic zero
      
      * Test the whole (normal) floating-point range
      
      * "Basic" axis binning tests are now taken care of by the axis tests
      
      * "Epsilon" equidistant binning tests are now taken care of by the axis tests
      
      * On second thought, drop epsilon-binning tests
      
      They're hard to test, and not testing a useful usage scenario.
      
      * Make irregular axis test more generic
      
      * Fix integer comparison warning
      
      * Add forgotten cassert header
      
      * Fix code typo
      
      * Rework the binning tests using the new binning convention
      
      * Comment fix
      
      * Better ASCII art
      
      * [histv7] The overflow refactoring is indexed negatively in row-major, binning tests are more complete but are still failing
      
      * [histv7] The new row-major refactoring is working as expected, and the binning tests are passing
      
      * [histv7] The documentation corresponds to the changes made. Enum bin types are replaced by constants where needed.
      
      * [histv7] Some functions like GetBinIndex or GetBinCenter have some equivalents to be called with local per-axis bin indices.
      
      * [histv7] Some documentation is corrected and changes have been made to RHistData, to resolve PR comments.
      
      * [histv7] Apply functions are removed, as they are not needed anymore with the refactoring.
      
      * [histv7] The opposite of GetBinIndexFromLocalBins() is available to the user.
      
      * [histv7] Only the FindBin() function is available to the user, instead of 3 different functions.
      
      * [histv7] Complementary tests for GetBin[From/Center/To] in binning.cxx
      
      * [histv7] The higher edge of the last bin is correctly handled in AdjustOverflowBinNumber()
      
      * [histv7] Documentation and implementation changes for RHistImpl (and related files) following PR review.
      
      Co-authored-by: default avatarClaire Guyot <claire.eloise.guyot@cern.ch>
      Co-authored-by: default avatarHadrien G <knights_of_ni@gmx.com>
  14. Apr 23, 2020
  15. Apr 21, 2020
  16. Apr 20, 2020
  17. Apr 07, 2020
Loading