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

template<int NDIMS, class AXES>
struct ROOT::Experimental::Internal::RComputeLocalBins< 0, NDIMS, AXES >

Definition at line 454 of file RHistImpl.hxx.

Public Member Functions

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
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()() [1/2]

template<int NDIMS, class AXES>
void ROOT::Experimental::Internal::RComputeLocalBins< 0, NDIMS, AXES >::operator() ( const AXES & ,
int & ,
int & ,
std::array< int, NDIMS-1 > ,
std::array< int, NDIMS-1 > ,
int ,
int  ) const
inline

Definition at line 455 of file RHistImpl.hxx.

◆ operator()() [2/2]

void ROOT::Experimental::Internal::RComputeLocalBins< I, NDIMS, AXES >::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
inline

Definition at line 464 of file RHistImpl.hxx.


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