Recursively compute some quantities needed for ComputeLocalBins
, namely the total number of bins per hyperplane (overflow and regular) and the number of regular bins per hyperplane on the hyperplanes that have them.
Definition at line 431 of file RHistImpl.hxx.
Public Member Functions | |
void | operator() (std::array< int, NDIMS-1 > &bins_per_hyperplane, std::array< int, NDIMS-1 > ®ular_bins_per_hyperplane, const AXES &axes) const |
#include <ROOT/RHistImpl.hxx>
|
inline |
Definition at line 432 of file RHistImpl.hxx.