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

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

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

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

Definition at line 280 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::RGetNBinsNoOverCount< I, AXES >::operator() ( const AXES &  axes) const
inline

Definition at line 281 of file RHistImpl.hxx.


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