template<
int NDIMS, class AXES>
struct ROOT::Experimental::Internal::RComputeLocalBins< 0, NDIMS, AXES >
Definition at line 454 of file RHistImpl.hxx.
|
| void | operator() (const AXES &, int &, int &, std::array< int, NDIMS-1 >, std::array< int, NDIMS-1 >, int, int) const |
| |
| void | operator() (const AXES &axes, int &unprocessed_previous_overflow_bin, int &num_regular_bins_before, std::array< int, NDIMS-1 > bins_per_hyperplane, std::array< int, NDIMS-1 > regular_bins_per_hyperplane, int curr_bins_per_hyperplane, int curr_regular_bins_per_hyperplane) const |
| |