Logo ROOT  
Reference Guide
ROOT::Experimental::Internal::RGetNBinsCount< I, AXES > Struct Template Reference

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

Recursively gets the total number of bins in whole hist, including under- and overflow.

Each call gets the current axis' number of bins (including under- and overflow) multiplied by that of the next axis.

Definition at line 303 of file RHistImpl.hxx.

Public Member Functions

int operator() (const AXES &axes) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, class AXES >
int ROOT::Experimental::Internal::RGetNBinsCount< I, AXES >::operator() ( const AXES &  axes) const
inline

Definition at line 304 of file RHistImpl.hxx.


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