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

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

Recursively computes zero-based local bin indices, given...

  • A zero-based global bin index
  • The number of considered bins on each axis (can be either GetNBinsNoOver or GetNBins depending on what you are trying to do)
  • A policy of treating all bins as regular (i.e. no negative indices)

Definition at line 559 of file RHistImpl.hxx.

Public Member Functions

void operator() (BINS &virtualBins, const AXES &axes, int zeroBasedGlobalBin, BINTYPE GetNBinType) const
 

#include <ROOT/RHistImpl.hxx>

Member Function Documentation

◆ operator()()

template<int I, int NDIMS, typename BINS , class AXES , class BINTYPE >
void ROOT::Experimental::Internal::RComputeLocalBinsRaw< I, NDIMS, BINS, AXES, BINTYPE >::operator() ( BINS &  virtualBins,
const AXES &  axes,
int  zeroBasedGlobalBin,
BINTYPE  GetNBinType 
) const
inline

Definition at line 560 of file RHistImpl.hxx.


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