Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RComputeLocalBinsInitialisation< I, NDIMS, AXES > Struct Template Reference

template<int I, int NDIMS, class AXES>
struct ROOT::Experimental::Internal::RComputeLocalBinsInitialisation< I, NDIMS, AXES >

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 > &regular_bins_per_hyperplane, const AXES &axes) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, int NDIMS, class AXES >
void ROOT::Experimental::Internal::RComputeLocalBinsInitialisation< I, NDIMS, AXES >::operator() ( std::array< int, NDIMS-1 > &  bins_per_hyperplane,
std::array< int, NDIMS-1 > &  regular_bins_per_hyperplane,
const AXES &  axes 
) const
inline

Definition at line 432 of file RHistImpl.hxx.


The documentation for this struct was generated from the following file: