-
- Downloads
New version of TH1::Merge. Implement the functionality in a new class TH1Merger.
The support for merging labels for multidimensional histogram is added and is via TH1::Merge, so the TH2::Merge and TH3::Merge functions are now removed. Fix also a bug in LabelsInflate Improve stressHistogram tests This should fix ROOT-8320 and ROOT-7320
Showing
- hist/hist/inc/TH1.h 4 additions, 0 deletionshist/hist/inc/TH1.h
- hist/hist/inc/TH2.h 0 additions, 1 deletionhist/hist/inc/TH2.h
- hist/hist/inc/TH3.h 4 additions, 5 deletionshist/hist/inc/TH3.h
- hist/hist/src/TH1.cxx 17 additions, 314 deletionshist/hist/src/TH1.cxx
- hist/hist/src/TH1Merger.cxx 653 additions, 0 deletionshist/hist/src/TH1Merger.cxx
- hist/hist/src/TH1Merger.h 76 additions, 0 deletionshist/hist/src/TH1Merger.h
- hist/hist/src/TH2.cxx 0 additions, 246 deletionshist/hist/src/TH2.cxx
- hist/hist/src/TH3.cxx 0 additions, 271 deletionshist/hist/src/TH3.cxx
- test/stressHistogram.cxx 329 additions, 324 deletionstest/stressHistogram.cxx
Loading
Please register or sign in to comment