The definition of one axis of the rebinned histogram.
Definition at line 82 of file Rebin2DHelpers.h.
Public Attributes | |
| std::vector< Int_t > | binMap |
| map from old cell (0..n+1) to new cell | |
| TAxis | newAxis |
| the rebinned axis | |
| Int_t | nNewBins = 0 |
| number of bins of the rebinned axis | |
| bool | truncated = false |
| the group count does not divide the old bin count: top bins move to the overflow | |
#include </github/home/ROOT-CI/src/hist/hist/src/Rebin2DHelpers.h>
| std::vector<Int_t> ROOT::Internal::RebinnedAxisInfo::binMap |
map from old cell (0..n+1) to new cell
Definition at line 85 of file Rebin2DHelpers.h.
| TAxis ROOT::Internal::RebinnedAxisInfo::newAxis |
the rebinned axis
Definition at line 84 of file Rebin2DHelpers.h.
| Int_t ROOT::Internal::RebinnedAxisInfo::nNewBins = 0 |
number of bins of the rebinned axis
Definition at line 83 of file Rebin2DHelpers.h.
the group count does not divide the old bin count: top bins move to the overflow
Definition at line 86 of file Rebin2DHelpers.h.