Recursively converts local axis bins from the standard kUnderflowBin
/kOverflowBin
for under/overflow bin indexing convention, to a "virtual bin" convention where the underflow bin has index 0
and the overflow bin has index N+1
where N
is the axis' number of regular bins.
For growable axes, subtract 1 from regular indices so that the indexing convention remains zero-based (this means that there will be no "holes" in global binning, which matters more than the choice of regular index base)
Definition at line 647 of file RHistImpl.hxx.
Public Member Functions | |
void | operator() (BINS &virtualBins, const AXES &axes, const BINS &localBins) const |
#include <ROOT/RHistImpl.hxx>
|
inline |
Definition at line 648 of file RHistImpl.hxx.