-
- Downloads
aaply patch from Andrei to have a lazy allocation of the TArray[x] of histograms and profiles.
The allocation is done only if a SetBinContent() or AddBinContent() is called. This feature can be activated via the static TH1::SetLazyAllocation(kTRUE) git-svn-id: http://root.cern.ch/svn/root/trunk@40319 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- hist/hist/inc/TH1.h 7 additions, 7 deletionshist/hist/inc/TH1.h
- hist/hist/inc/TH2.h 4 additions, 6 deletionshist/hist/inc/TH2.h
- hist/hist/inc/TH3.h 5 additions, 6 deletionshist/hist/inc/TH3.h
- hist/hist/inc/TProfile.h 6 additions, 0 deletionshist/hist/inc/TProfile.h
- hist/hist/inc/TProfile2D.h 6 additions, 0 deletionshist/hist/inc/TProfile2D.h
- hist/hist/inc/TProfile3D.h 6 additions, 0 deletionshist/hist/inc/TProfile3D.h
- hist/hist/src/TH1.cxx 93 additions, 24 deletionshist/hist/src/TH1.cxx
- hist/hist/src/TH2.cxx 86 additions, 32 deletionshist/hist/src/TH2.cxx
- hist/hist/src/TH3.cxx 74 additions, 21 deletionshist/hist/src/TH3.cxx
- hist/hist/src/TProfile.cxx 46 additions, 3 deletionshist/hist/src/TProfile.cxx
- hist/hist/src/TProfile2D.cxx 46 additions, 2 deletionshist/hist/src/TProfile2D.cxx
- hist/hist/src/TProfile3D.cxx 45 additions, 3 deletionshist/hist/src/TProfile3D.cxx
Loading
Please register or sign in to comment