-
- Downloads
from Gabriel:
Introduce possibility to rebin each axis individually see https://savannah.cern.ch/bugs/?89628 Added a new bit in TAxis to tag an axis as alphanumeric (i.e. when it contains only labels) fixed kDecimal problem. Put now as Bit 7 of TObject bits, instead of using TAxis::fBits2 Add new methods: TH1::SetCanRebin() which can enable/disable rebinning for all axes or for each axis individually This will replace the TH1::kCanRebin bit which will be deprecated TH1::CanRebinAllAxes() added to provide the functionality of TestBit(TH1::kCanRebin) inline some TAxis methods update stressHistogram to use new methods SetCanRebin and CanRebin git-svn-id: http://root.cern.ch/svn/root/trunk@47909 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- hist/hist/inc/TAxis.h 82 additions, 15 deletionshist/hist/inc/TAxis.h
- hist/hist/inc/TH1.h 13 additions, 2 deletionshist/hist/inc/TH1.h
- hist/hist/src/TAxis.cxx 77 additions, 150 deletionshist/hist/src/TAxis.cxx
- hist/hist/src/TH1.cxx 119 additions, 74 deletionshist/hist/src/TH1.cxx
- hist/hist/src/TH2.cxx 8 additions, 8 deletionshist/hist/src/TH2.cxx
- hist/hist/src/TH3.cxx 4 additions, 4 deletionshist/hist/src/TH3.cxx
- hist/hist/src/TProfile.cxx 3 additions, 3 deletionshist/hist/src/TProfile.cxx
- hist/hist/src/TProfile2D.cxx 3 additions, 3 deletionshist/hist/src/TProfile2D.cxx
- hist/hist/src/TProfile3D.cxx 6 additions, 6 deletionshist/hist/src/TProfile3D.cxx
- test/stressHistogram.cxx 163 additions, 168 deletionstest/stressHistogram.cxx
Loading
Please register or sign in to comment