Logo ROOT  
Reference Guide
ROOT::Experimental::Internal::RGetNRegularBinsBefore< I, NDIMS, BINS, AXES > Struct Template Reference

template<int I, int NDIMS, typename BINS, class AXES>
struct ROOT::Experimental::Internal::RGetNRegularBinsBefore< I, NDIMS, BINS, AXES >

Recursively gets the number of regular bins just before the current dimension.

Each call gets the previous axis' number of regular bins multiplied by the number of regular bins before the previous axis.

Definition at line 358 of file RHistImpl.hxx.

Public Member Functions

void operator() (BINS &binSizes, const AXES &axes) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, int NDIMS, typename BINS , class AXES >
void ROOT::Experimental::Internal::RGetNRegularBinsBefore< I, NDIMS, BINS, AXES >::operator() ( BINS &  binSizes,
const AXES &  axes 
) const
inline

Definition at line 359 of file RHistImpl.hxx.


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